Browse Source

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

pull/835/head
Anton Kaliaev 7 years ago
parent
commit
461a143a2b
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.go

+ 1
- 1
config/config.go View File

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


Loading…
Cancel
Save