Skip to content

Commit 82d5db9

Browse files
committed
Merge branch 'deposit-permitted' into fix-events
2 parents 40c9050 + ac9594a commit 82d5db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/v3/contracts/network/BancorNetwork.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ contract BancorNetwork is IBancorNetwork, Upgradeable, OwnedUpgradeable, Reentra
862862
bytes32 r,
863863
bytes32 s
864864
) private {
865-
// neither the network token or ETH support EIP2612 permit requests
865+
// neither the network token nor ETH support EIP2612 permit requests
866866
require(pool != IReserveToken(address(_networkToken)) && !pool.isNativeToken(), "ERR_PERMIT_UNSUPPORTED");
867867

868868
// permit the amount the caller is trying to deposit. Please note, that if the base token doesn't support

0 commit comments

Comments
 (0)