From 33675f4de3739f005a03f10242288eabd1c689d1 Mon Sep 17 00:00:00 2001 From: katzman Date: Fri, 22 Mar 2024 14:18:53 -0700 Subject: [PATCH] Remove NOTE from in struct --- src/MagicSpend.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MagicSpend.sol b/src/MagicSpend.sol index 740d2a2..3b64473 100644 --- a/src/MagicSpend.sol +++ b/src/MagicSpend.sol @@ -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;