mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 03:16:21 +00:00
remove tx.hash tag from config because it's mandatory
This commit is contained in:
@@ -428,7 +428,7 @@ type TxIndexConfig struct {
|
||||
func DefaultTxIndexConfig() *TxIndexConfig {
|
||||
return &TxIndexConfig{
|
||||
Indexer: "kv",
|
||||
IndexTags: "tx.hash", // types.TxHashKey
|
||||
IndexTags: "",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user