From 04ff8f8567f16c8476f7f261bd748bd1c3c867c5 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Tue, 17 Dec 2024 15:43:32 +0800 Subject: [PATCH] comment --- app/ante/eth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ante/eth.go b/app/ante/eth.go index bf7f4571a6..3013bc2fe2 100644 --- a/app/ante/eth.go +++ b/app/ante/eth.go @@ -312,8 +312,8 @@ func CheckAndSetEthSenderNonce( return nil } -// DetectContractCreationBatchTx returns true if the transaction is a batch transaction that includes a contract -// creation +// DetectContractCreationBatchTx returns error if same same transaction appear after contract creation tx in the same +// batch func DetectContractCreationBatchTx(ctx sdk.Context, tx sdk.Tx) error { if !ctx.IsCheckTx() { // only check in mempool logic