9 lines
261 B
Plaintext
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
|