Browse Source
remove tx.hash tag from config because it's mandatory
pull/835/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
config/config.go
|
|
@ -428,7 +428,7 @@ type TxIndexConfig struct { |
|
|
|
func DefaultTxIndexConfig() *TxIndexConfig { |
|
|
|
return &TxIndexConfig{ |
|
|
|
Indexer: "kv", |
|
|
|
IndexTags: "tx.hash", // types.TxHashKey
|
|
|
|
IndexTags: "", |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|