Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typo fix
Browse files Browse the repository at this point in the history
benesjan committed Dec 10, 2024
1 parent 6df15d0 commit c421138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -253,7 +253,7 @@ contract AMM {
let sender = context.msg_sender();

// Liquidity tokens are burned when liquidity is removed in order to reduce the total supply. However, we lack
// a function to privately burn, so we instead transfer the tokens into the AMM's public balance, and them have
// a function to privately burn, so we instead transfer the tokens into the AMM's public balance, and then have
// the AMM publicly burn its own tokens.
// TODO(#10287): consider adding a private burn
liquidity_token.transfer_to_public(sender, context.this_address(), liquidity, nonce).call(

0 comments on commit c421138

Please sign in to comment.