https://gitlab.com/tezos/tezos
Raw File
Tip revision: b8772902f7efed80f8f7884d6706ba33bd0018f2 authored by Mehdi Bouaziz on 16 January 2024, 13:59:13 UTC
Proto: Changes to commentary for allow_forged_tickets
Tip revision: b877290
big_map_arity.tz
parameter unit;
storage unit;
# The EMPTY_BIG_MAP instruction has bad arity (1 argument instead of 2).
code { DROP;  EMPTY_BIG_MAP nat;  DROP; UNIT;  NIL operation; PAIR; }
back to top