Skip to content

Commit

Permalink
fix: small typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Mar 7, 2024
1 parent cc3b92a commit 20d19d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/EncryptedDEXPair.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 20d19d6

Please sign in to comment.