Zilliqa / ZRC

Zilliqa Reference Contracts
MIT License
40 stars 57 forks source link

ZRC#2: dummy ADT #176

Closed TheDrBee closed 2 years ago

TheDrBee commented 2 years ago

Lines 39-41 in the ZRC-2 reference contract (fungible token) look like they should be removed , see https://github.com/Zilliqa/ZRC/blob/ddab69bd194098f97da4586f506653da1679dbef/reference/FungibleToken.scilla#L39

(* Dummy user-defined ADT *)
type Unit =
| Unit

This ADT Unit is not used anywhere.

TheDrBee commented 2 years ago

PR: https://github.com/Zilliqa/ZRC/pull/186 -- closing issue