diff --git a/eth/ethconfig/config.go b/eth/ethconfig/config.go index 55c21dfe20..7878daa3d0 100644 --- a/eth/ethconfig/config.go +++ b/eth/ethconfig/config.go @@ -110,7 +110,7 @@ type Config struct { PipeCommit bool RangeLimit bool - // Deprecated: use 'TransactionHistory' instead. + // Deprecated, use 'TransactionHistory' instead. TxLookupLimit uint64 `toml:",omitempty"` // The maximum number of blocks from head whose tx indices are reserved. TransactionHistory uint64 `toml:",omitempty"` // The maximum number of blocks from head whose tx indices are reserved. StateHistory uint64 `toml:",omitempty"` // The maximum number of blocks from head whose state histories are reserved.