From 701dbeb6a12927e2b88ed1d130fa8f8dedf88234 Mon Sep 17 00:00:00 2001 From: HaeSung Date: Mon, 7 Feb 2022 15:18:43 +0900 Subject: [PATCH] fix: wrong comment in EthGasConsumeDecorator --- app/ante/eth.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ante/eth.go b/app/ante/eth.go index 4ed65a644b..4255fb9820 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