diff --git a/config/config.go b/config/config.go index b76f5ed19..b5bd87cee 100644 --- a/config/config.go +++ b/config/config.go @@ -515,7 +515,7 @@ type TxIndexConfig struct { // DefaultTxIndexConfig returns a default configuration for the transaction indexer. func DefaultTxIndexConfig() *TxIndexConfig { return &TxIndexConfig{ - Indexer: "kv", + Indexer: "null", IndexTags: "", IndexAllTags: false, }