From 6d4f6ee24d28d89c4e79b4d68fb95d7ccc52a092 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 19 Jun 2025 11:13:19 +0200 Subject: [PATCH] core: remove confusing comment --- core/blockchain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }