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

Commit 7b22a53

Browse files
authored
fix: wrong comment in EthGasConsumeDecorator (#929)
1 parent f32288b commit 7b22a53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/ante/eth.go

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ func NewEthGasConsumeDecorator(
154154
// of data supplied with the transaction.
155155
//
156156
// This AnteHandler decorator will fail if:
157-
// - the transaction contains more than one message
158157
// - the message is not a MsgEthereumTx
159158
// - sender account cannot be found
160159
// - transaction's gas limit is lower than the intrinsic gas

0 commit comments

Comments
 (0)