mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
searching transaction results
This commit is contained in:
@ -299,7 +299,7 @@ func NewNode(config *cfg.Config,
|
||||
for event := range ch {
|
||||
// XXX: may be not perfomant to write one event at a time
|
||||
txResult := event.(types.TMEventData).Unwrap().(types.EventDataTx).TxResult
|
||||
txIndexer.Index(&txResult)
|
||||
txIndexer.Index(&txResult, strings.Split(config.TxIndex.IndexTags, ","))
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user