mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
core: remove confusing comment
This commit is contained in:
parent
55e2366b33
commit
6d4f6ee24d
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ type BlockChainConfig struct {
|
||||||
// transaction hashes will be indexed.
|
// transaction hashes will be indexed.
|
||||||
//
|
//
|
||||||
// If the value is zero, all transactions of the entire chain will be indexed.
|
// If the value is zero, all transactions of the entire chain will be indexed.
|
||||||
// If the value is -1, indexing is disabled. This is the default setting.
|
// If the value is -1, indexing is disabled.
|
||||||
TxLookupLimit int64
|
TxLookupLimit int64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue