Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Apr 4, 2024
1 parent fe4e057 commit 00dbcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MagicSpend.sol
Expand Up @@ -68,7 +68,7 @@ contract MagicSpend is Ownable, IPaymaster {

/// @notice Thrown when trying to replay a withdraw request with the same nonce.
///
/// @param nonce The anonce being replayed.
/// @param nonce The nonce being replayed.
error InvalidNonce(uint256 nonce);

/// @notice Thrown during validation in the context of ERC4337, when the withdraw request amount is insufficient
Expand Down

0 comments on commit 00dbcf7

Please sign in to comment.