remove tx.hash tag from config because it's mandatory

This commit is contained in:
Anton Kaliaev
2017-11-24 18:22:17 -06:00
parent f65e357d2b
commit 461a143a2b

View File

@@ -428,7 +428,7 @@ type TxIndexConfig struct {
func DefaultTxIndexConfig() *TxIndexConfig {
return &TxIndexConfig{
Indexer: "kv",
IndexTags: "tx.hash", // types.TxHashKey
IndexTags: "",
}
}