Skip to content

Commit

Permalink
natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsoncusack committed Apr 4, 2024
1 parent fc38b23 commit ab2361b
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 @@ -30,7 +30,7 @@ contract MagicSpend is Ownable, IPaymaster {
uint48 expiry;
}

/// @notice address.balance divided by maxWithdrawDenominator expresses the max WithdrawRequest.amount
/// @notice address(this).balance divided by maxWithdrawDenominator expresses the max WithdrawRequest.amount
/// allowed for a native asset withdraw.
///
/// @dev Helps prevent withdraws in the same transaction leading to reverts and hurting paymaster reputation.
Expand Down

0 comments on commit ab2361b

Please sign in to comment.