Skip to content

Commit

Permalink
Update src/MagicSpend.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack authored Apr 9, 2024
1 parent 00dbcf7 commit 122a58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MagicSpend.sol
Original file line number Diff line number Diff line change
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 nonce being replayed.
/// @param nonce The already used nonce.
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 122a58d

Please sign in to comment.