From fc822510d90c37de7896c22b0e4e460927b75a8f Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Wed, 19 Feb 2025 09:58:12 +0100 Subject: [PATCH] comment clarification --- contracts/account/paymaster/PaymasterERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *