Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Dec 10, 2024
1 parent 47a7e31 commit cad917c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit cad917c

Please sign in to comment.