mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
log invalid txs
This commit is contained in:
@ -70,6 +70,7 @@ func (s *State) execBlockOnProxyApp(evsw *events.EventSwitch, proxyAppConn proxy
|
||||
if res.Code == tmsp.RetCodeOK {
|
||||
validTxs += 1
|
||||
} else {
|
||||
log.Debug("Invalid tx", "code", res.Code, "log", res.Log)
|
||||
invalidTxs += 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user