Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
adding tx mode log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyka-bera committed Jan 31, 2024
1 parent f963e56 commit 06f3e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/runtime/txpool/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (m *Mempool) AnteHandle(
ctx.Logger().Info("AnteHandle in Check/Recheck tx")
if wet, ok := utils.GetAs[*types.WrappedEthereumTransaction](msgs[0]); ok {
ethTx := wet.Unwrap()
ctx.Logger().Info("AnteHandle for eth tx", "tx", ethTx.Hash())
ctx.Logger().Info("AnteHandle for eth tx", "tx", ethTx.Hash(), "mode", ctx.ExecMode())
if shouldEject := m.shouldEjectFromCometMempool(
ctx, ethTx,
); shouldEject {
Expand Down

0 comments on commit 06f3e3e

Please sign in to comment.