Skip to content

Commit

Permalink
Remove NOTE from in struct
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 22, 2024
1 parent e8b6ad3 commit 33675f4
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 @@ -21,7 +21,7 @@ contract MagicSpend is Ownable, IPaymaster {
struct WithdrawRequest {
/// @dev The signature associated with this withdraw request.
bytes signature;
/// @dev The asset to withdraw. NOTE: Only ETH (associated with zero address) is supported for now.
/// @dev The asset to withdraw.
address asset;
/// @dev The requested amount to withdraw.
uint256 amount;
Expand Down

0 comments on commit 33675f4

Please sign in to comment.