mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
save
This commit is contained in:
parent
95c0e45cfa
commit
c1cbb21f3d
@ -2636,6 +2636,7 @@ func recsplitWholeChain(chaindata string) error {
|
||||
}
|
||||
database.Close()
|
||||
|
||||
log.Info("Last body number", "last", last)
|
||||
for i := uint64(*block); i < last; i += blocksPerFile {
|
||||
*name = fmt.Sprintf("bodies%d-%dm", i/1_000_000, i%1_000_000/100_000)
|
||||
log.Info("Creating", "file", *name)
|
||||
|
Loading…
Reference in New Issue
Block a user