From 7b22a535569f558dc9083e0833915c745c68be43 Mon Sep 17 00:00:00 2001 From: HaeSung Date: Wed, 9 Feb 2022 23:03:12 +0900 Subject: [PATCH] fix: wrong comment in EthGasConsumeDecorator (#929) --- app/ante/eth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ante/eth.go b/app/ante/eth.go index 4ed65a64..4255fb98 100644 --- a/app/ante/eth.go +++ b/app/ante/eth.go @@ -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