diff --git a/contracts/account/paymaster/PaymasterERC20.sol b/contracts/account/paymaster/PaymasterERC20.sol index 78bacd8c..2df02f8c 100644 --- a/contracts/account/paymaster/PaymasterERC20.sol +++ b/contracts/account/paymaster/PaymasterERC20.sol @@ -116,7 +116,7 @@ abstract contract PaymasterERC20 is PaymasterCore { * ( / 10**)/( / 1e18) * <_tokenPriceDenominator> * * This function may be implemented in any number of ways, including - * * Hardcoding values (only one token supported) + * * Hardcoding the address of the token (only one token supported) * * Getting the price from an onchain oracle * * Getting the (signed) values through the userOp's paymasterData *