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

Commit

Permalink
fix: wrong comment in EthGasConsumeDecorator (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
hea9549 committed Feb 9, 2022
1 parent f32288b commit 7b22a53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ante/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func NewEthGasConsumeDecorator(
// of data supplied with the transaction.
//
// This AnteHandler decorator will fail if:
// - the transaction contains more than one message
// - the message is not a MsgEthereumTx
// - sender account cannot be found
// - transaction's gas limit is lower than the intrinsic gas
Expand Down

0 comments on commit 7b22a53

Please sign in to comment.