diff --git a/core/blockchain.go b/core/blockchain.go index 7ac5910cb0..776104e0ed 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -179,7 +179,7 @@ type BlockChainConfig struct { // transaction hashes 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 }