6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
# Fail if the amount transferred is less than 10
|
|
parameter unit;
|
|
storage unit;
|
|
return unit;
|
|
code {AMOUNT; PUSH tez "10"; CMPGT; IF {FAIL} {}}
|