Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Dec 17, 2024
1 parent 00bfe8d commit 04ff8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ante/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04ff8f8

Please sign in to comment.