Skip to content

Commit

Permalink
(fix) Get the function signature of Burn() right.
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Sep 12, 2024
1 parent 6f3f923 commit a025a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zrcs/zrc-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit a025a98

Please sign in to comment.