diff --git a/zrcs/zrc-2.md b/zrcs/zrc-2.md index 165f8237a..b5a5461c1 100644 --- a/zrcs/zrc-2.md +++ b/zrcs/zrc-2.md @@ -128,7 +128,7 @@ transition Mint(recipient: ByStr20, amount: Uint128) (* @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(burn_account: ByStr20, amount: Uint128) +transition Burn(amount: Uint128) ``` **Arguments:**