Zilliqa / ZRC

Zilliqa Reference Contracts
MIT License
40 stars 57 forks source link

feat(zrc6): validate destination for Minting #120

Closed ghost closed 2 years ago

ghost commented 2 years ago

Description

This PR validates the destination for minting.

The destination must not be zero address or _this_address

References