Skip to content

Commit

Permalink
(fix) Remove spurious parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Sep 12, 2024
1 parent a025a98 commit e141821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zrcs/zrc-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit e141821

Please sign in to comment.