diff --git a/zrcs/zrc-2.md b/zrcs/zrc-2.md index b5a5461c1..06b25bcb2 100644 --- a/zrcs/zrc-2.md +++ b/zrcs/zrc-2.md @@ -126,7 +126,6 @@ transition Mint(recipient: ByStr20, amount: Uint128) ```ocaml (* @dev: Burn existing tokens. Only the owner of the tokens can burn. *) -(* @param burn_account: Address of the token_owner whose balance is to decrease. *) (* @param amount: Number of tokens to be burned. *) transition Burn(amount: Uint128) ```