diff --git a/config/config.go b/config/config.go index 97d55ff82..8b1c0e289 100644 --- a/config/config.go +++ b/config/config.go @@ -428,7 +428,7 @@ type TxIndexConfig struct { func DefaultTxIndexConfig() *TxIndexConfig { return &TxIndexConfig{ Indexer: "kv", - IndexTags: "tx.hash", // types.TxHashKey + IndexTags: "", } }