Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Apr 4, 2024
1 parent 00b03d2 commit cc07e70
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 @@ -197,7 +197,7 @@ contract MagicSpend is Ownable, IPaymaster {
if (!isValidWithdrawSignature(msg.sender, withdrawRequest)) {
revert InvalidSignature();
}

_validateRequest(msg.sender, withdrawRequest);

// reserve funds for gas, will credit user with difference in post op
Expand Down

0 comments on commit cc07e70

Please sign in to comment.