ligo/test/scripts/fail.tez
2017-01-20 13:25:14 +01:00

9 lines
256 B
Plaintext

parameter unit
code
{ # This contract will never accept a incoming transaction
FAIL ;
# Alas, FAIL is not (yet?) polymorphic, and we need to keep unused
# instructions for the sake of typing...
CDR ; UNIT ; PAIR }
return unit
storage unit