eth/ethconfig: improve formatting

This commit is contained in:
Felix Lange 2024-08-14 19:49:00 +02:00
parent ba112fea84
commit a6c34acc99

View file

@ -86,6 +86,7 @@ type Config struct {
EthDiscoveryURLs []string
SnapDiscoveryURLs []string
// State options.
NoPruning bool // Whether to disable pruning and flush everything to disk
NoPrefetch bool // Whether to disable prefetching and only load state on demand