Skip to content

Commit c8037a5

Browse files
authored
chore: fix typo in comment (#13355)
Signed-off-by: juejinyuxitu <[email protected]>
1 parent fc6d31e commit c8037a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itests/fevm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ func TestFEVMDestroyCreate2(t *testing.T) {
799799
require.NoError(t, err)
800800
require.Equal(t, []byte{}, senderAfterDestroy)
801801

802-
// deploy new contract at same address usign same salt
802+
// deploy new contract at same address using same salt
803803
newAddressSelfDestruct, _, err := client.EVM().InvokeContractByFuncName(ctx, fromAddr, idAddr, "deploy(bytes32)", salt)
804804
require.NoError(t, err)
805805
require.Equal(t, newAddressSelfDestruct, selfDestructAddress)

0 commit comments

Comments
 (0)