Closed du5 closed 2 months ago
There have
PruneDistanceFlag
andPruneBlocksDistanceFlag
, so i think we don't need this.
I think this can reduce the length of the startup parameters. This modification can make --prune.mode=minimal --chain=bsc
equivalent to --prune.mode=archive --prune.distance.blocks=90000 --prune.distance=90000 --chain=bsc
There have
PruneDistanceFlag
andPruneBlocksDistanceFlag
, so i think we don't need this. https://github.com/node-real/bsc-erigon/blob/c45c84ce5ed3d4fc5346dc55ca09654cab5a6b04/turbo/cli/flags.go#L94-L101