From b7f26f3007011055518f8936dd18ddf1df82db19 Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Tue, 3 Dec 2024 11:01:18 +0300 Subject: [PATCH] fix inline comment --- contracts/token/BiconomyTokenPaymaster.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/BiconomyTokenPaymaster.sol b/contracts/token/BiconomyTokenPaymaster.sol index 81c0820..eb868ad 100644 --- a/contracts/token/BiconomyTokenPaymaster.sol +++ b/contracts/token/BiconomyTokenPaymaster.sol @@ -495,7 +495,7 @@ contract BiconomyTokenPaymaster is uint48 validUntil, uint48 validAfter, address tokenAddress, - uint256 tokenPrice, // NotE: what backend should pass is token/native * 10^token decimals + uint256 tokenPrice, // Note: what backend should pass is nativeTokenPriceInUsd/tokenPriceInUsd * 10^token decimals uint32 externalPriceMarkup, bytes memory signature ) = modeSpecificData.parseExternalModeSpecificData();