Skip to content

Commit

Permalink
code: avoid golang-lint error for TxLookupLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck committed May 9, 2024
1 parent 856adb3 commit d8ebfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/ethconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8ebfb4

Please sign in to comment.