You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the EOA isn't upgraded to a MetaMask smart account, see the [EIP-7702 quickstart guide](../get-started/smart-account-quickstart/eip7702.md).
57
+
To upgrade an EOA to a MetaMask smart account, see the [EIP-7702 quickstart guide](../get-started/smart-account-quickstart/eip7702.md).
57
58
58
59
## Incorrect signer
59
60
@@ -62,11 +63,14 @@ address. When the delegator is an EOA, the Delegation Manager recovers the signe
62
63
the EIP-712 typed data hash and compares it to the `delegator` field. If they don't
63
64
match, the transaction reverts.
64
65
65
-
This case occurs when redeeming a [delegation chain](../guides/delegation/create-redelegation.md), where an intermediate or leaf delegation has an EOA as the delegator and the delegation is signed with the wrong account.
66
+
This occurs when redeeming a [delegation chain](../guides/delegation/create-redelegation.md). An
67
+
intermediate or leaf delegation has an EOA as the delegator, but the delegation is signed by an
68
+
account other than the expected delegator.
66
69
67
70
### Solution
68
71
69
-
Verify that the private key used to sign the delegation belongs to the delegator address. See [`signDelegation`](../reference/delegation/index.md#signdelegation) reference docs to learn more.
72
+
Verify that the private key used to sign the delegation corresponds to the delegator address. For
73
+
more information, see the [`signDelegation`](../reference/delegation/index.md#signdelegation) reference.
0 commit comments