diff --git a/core/blockchain_test.go b/core/blockchain_test.go index 04dfa87b8b..d72f497954 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -4212,7 +4212,7 @@ func TestEIP7702(t *testing.T) { // The way the auths are combined, it becomes // 1. tx -> addr1 which is delegated to 0xaaaa // 2. addr1:0xaaaa calls into addr2:0xbbbb - // 3. addr2:0xbbbb writes to storage + // 3. addr2:0xbbbb writes to storage auth1, _ := types.SignSetCode(key1, types.SetCodeAuthorization{ ChainID: *uint256.MustFromBig(gspec.Config.ChainID), Address: aa,