Skip to content

Commit 5c2aedb

Browse files
authored
Update EIP-7702: Reorder authorization fields for authority recovery
Merged by EIP-Bot.
1 parent 62419ca commit 5c2aedb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-7702.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The [EIP-2718](./eip-2718.md) `ReceiptPayload` for this transaction is `rlp([sta
5353

5454
At the start of executing the transaction, for each `[chain_id, address, [nonce], y_parity, r, s]` tuple:
5555

56-
1. `authority = ecrecover(keccak(MAGIC || rlp([chain_id, [nonce], address])), y_parity, r, s]`
56+
1. `authority = ecrecover(keccak(MAGIC || rlp([chain_id, address, [nonce]])), y_parity, r, s]`
5757
2. Verify the chain id is either 0 or the chain's current ID.
5858
3. Verify that the code of `authority` is empty.
5959
4. If nonce list item is length one, verify the nonce of `authority` is equal to `nonce`.

0 commit comments

Comments
 (0)