core: remove confusing comment

This commit is contained in:
Felix Lange 2025-06-19 11:13:19 +02:00
parent 55e2366b33
commit 6d4f6ee24d

View file

@ -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
}