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;