diff --git a/mainnet-contracts/src/PufLocker.sol b/mainnet-contracts/src/PufLocker.sol index cd6c019..da19676 100644 --- a/mainnet-contracts/src/PufLocker.sol +++ b/mainnet-contracts/src/PufLocker.sol @@ -57,7 +57,7 @@ contract PufLocker is IPufLocker, AccessManagedUpgradeable, UUPSUpgradeable, Puf } // The users that use a smart wallet and do not use the Permit and they do the .approve and then .deposit. - // They might get confused when they open Etherscan, and see: + // They might get confused when they open Etherscan, and see: // "Although one or more Error Occurred [execution reverted] Contract Execution Completed" // To avoid that, we don't want to call the permit function if it is not necessary. diff --git a/mainnet-contracts/src/PufferL2Depositor.sol b/mainnet-contracts/src/PufferL2Depositor.sol index 36116bc..446003e 100644 --- a/mainnet-contracts/src/PufferL2Depositor.sol +++ b/mainnet-contracts/src/PufferL2Depositor.sol @@ -55,9 +55,8 @@ contract PufferL2Depositor is IPufferL2Depositor, AccessManaged { uint256 referralCode, uint128 lockPeriod ) external onlySupportedTokens(token) restricted { - // The users that use a smart wallet and do not use the Permit and they do the .approve and then .deposit. - // They might get confused when they open Etherscan, and see: + // They might get confused when they open Etherscan, and see: // "Although one or more Error Occurred [execution reverted] Contract Execution Completed" // To avoid that, we don't want to call the permit function if it is not necessary.