Added a catch for the flag_low_swap_amount
This commit is contained in:
parent
6a91049ffb
commit
ec8dc2fb1d
@ -1,5 +1,4 @@
|
|||||||
LOAD swap_max_limit 0
|
RELOAD swap_max_limit
|
||||||
CATCH _ flag_incorrect_voucher 1
|
|
||||||
MAP swap_max_limit
|
MAP swap_max_limit
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
|
@ -3,5 +3,9 @@ CATCH _ flag_incorrect_voucher 1
|
|||||||
MAP swap_to_list
|
MAP swap_to_list
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
|
LOAD swap_max_limit 64
|
||||||
|
RELOAD swap_max_limit
|
||||||
|
CATCH . flag_incorrect_voucher 1
|
||||||
|
CATCH low_swap_amount flag_low_swap_amount 1
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
INCMP swap_limit *
|
INCMP swap_limit *
|
||||||
|
Loading…
Reference in New Issue
Block a user