ligo/test/scripts/fail.tez

9 lines
261 B
Plaintext
Raw Normal View History

2016-09-08 21:13:10 +04:00
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