ligo/test/scripts/fail.tez
2016-09-08 19:29:33 -07:00

9 lines
261 B
Plaintext

parameter void
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 ; PUSH VOID ; PAIR }
return void
storage VOID