test searching txs by height

Refs #2051
This commit is contained in:
Anton Kaliaev
2018-09-05 12:01:38 +04:00
parent cb91cd5965
commit 098681fd91
2 changed files with 6 additions and 1 deletions

View File

@ -85,7 +85,7 @@ func GetConfig() *cfg.Config {
globalConfig.P2P.ListenAddress = tm
globalConfig.RPC.ListenAddress = rpc
globalConfig.RPC.GRPCListenAddress = grpc
globalConfig.TxIndex.IndexTags = "app.creator" // see kvstore application
globalConfig.TxIndex.IndexTags = "app.creator,tx.height" // see kvstore application
}
return globalConfig
}