From 20d19d6cd60c5af12f8b2a52ed85f8a6b5ca152e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joseph-Andr=C3=A9=20Turk?= Date: Thu, 7 Mar 2024 22:20:38 +0100 Subject: [PATCH] fix: small typo in comment --- contracts/EncryptedDEXPair.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/EncryptedDEXPair.sol b/contracts/EncryptedDEXPair.sol index bc1a275..e380f62 100644 --- a/contracts/EncryptedDEXPair.sol +++ b/contracts/EncryptedDEXPair.sol @@ -159,7 +159,7 @@ contract EncryptedDEXPair is EncryptedERC20 { pendingTotalBurns[currentEpoch] = pendingTotalBurns[currentEpoch] + burntLiquidity; } - // **** SWAP **** // typically either AmountAIn or AmountBIn is null + // **** SWAP **** // typically either Amount0In or Amount1In is null function swapTokens( bytes calldata encryptedAmount0In, bytes calldata encryptedAmount1In,