ligo/test/contracts/fail_amount.tz
2017-07-24 20:29:12 +02:00

6 lines
156 B
Plaintext

# Fail if the amount transferred is less than 10
parameter unit;
storage unit;
return unit;
code {CAAR; PUSH tez "10"; CMPGT; IF {FAIL} {UNIT; UNIT; PAIR}}