From 1d5cae80d03894779847aefedb9e2834f3af2b69 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Thu, 20 Feb 2025 20:45:00 +0800 Subject: [PATCH] tweak --- core/blockchain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,