mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +00:00
fix cmd/integration
This commit is contained in:
parent
e732ccd438
commit
6c815b3f6a
@ -189,7 +189,7 @@ func copyCompact() error {
|
||||
if err := os.MkdirAll(to, 0744); err != nil {
|
||||
return fmt.Errorf("could not create dir: %s, %w", to, err)
|
||||
}
|
||||
if err := env.SetMapSize(ethdb.LMDBMapSize); err != nil {
|
||||
if err := env.SetMapSize(int64(ethdb.LMDBMapSize.Bytes())); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user