mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
tweak
This commit is contained in:
parent
6139430ed7
commit
1d5cae80d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue