From a6c34acc99610457ad171f2ba7310a16a9f89faa Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 14 Aug 2024 19:49:00 +0200 Subject: [PATCH] eth/ethconfig: improve formatting --- eth/ethconfig/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 28e1fccda1..bb13921047 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -86,8 +86,9 @@ type Config struct { EthDiscoveryURLs []string SnapDiscoveryURLs []string - NoPruning bool // Whether to disable pruning and flush everything to disk - NoPrefetch bool // Whether to disable prefetching and only load state on demand + // 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 // Deprecated: use 'TransactionHistory' instead. TxLookupLimit uint64 `toml:",omitempty"` // The maximum number of blocks from head whose tx indices are reserved.