Skip to content

Commit

Permalink
feat: added more info to rejected tx log
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Nov 13, 2024
1 parent 3c33a48 commit 1aa2476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mempool/v1/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ func (txmp *TxMempool) initialTxCallback(wtx *WrappedTx, res *abci.Response) {
"peer_id", wtx.peers,
"code", checkTxRes.CheckTx.Code,
"post_check_err", err,
"log", checkTxRes.CheckTx.Log,
)

txmp.metrics.FailedTxs.Add(1)
Expand Down

0 comments on commit 1aa2476

Please sign in to comment.