Skip to content

Commit

Permalink
Update app/ante/eth.go
Browse files Browse the repository at this point in the history
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang authored Dec 17, 2024
1 parent 04ff8f8 commit 7066edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/eth.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func CheckAndSetEthSenderNonce(
return nil
}

// DetectContractCreationBatchTx returns error if same same transaction appear after contract creation tx in the same
// DetectContractCreationBatchTx returns error if same sender transaction appear after contract creation tx in the same
// batch
func DetectContractCreationBatchTx(ctx sdk.Context, tx sdk.Tx) error {
if !ctx.IsCheckTx() {
Expand Down

0 comments on commit 7066edc

Please sign in to comment.