mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
eth/ethconfig: improve formatting
This commit is contained in:
parent
ba112fea84
commit
a6c34acc99
1 changed files with 3 additions and 2 deletions
|
|
@ -86,6 +86,7 @@ type Config struct {
|
||||||
EthDiscoveryURLs []string
|
EthDiscoveryURLs []string
|
||||||
SnapDiscoveryURLs []string
|
SnapDiscoveryURLs []string
|
||||||
|
|
||||||
|
// State options.
|
||||||
NoPruning bool // Whether to disable pruning and flush everything to disk
|
NoPruning bool // Whether to disable pruning and flush everything to disk
|
||||||
NoPrefetch bool // Whether to disable prefetching and only load state on demand
|
NoPrefetch bool // Whether to disable prefetching and only load state on demand
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue