This commit is contained in:
alex.sharov 2021-11-11 10:39:44 +07:00
parent 95c0e45cfa
commit c1cbb21f3d

View File

@ -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)