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
|
||||
CATCH _ flag_incorrect_voucher 1
|
||||
RELOAD swap_max_limit
|
||||
MAP swap_max_limit
|
||||
MOUT back 0
|
||||
HALT
|
||||
|
@ -3,5 +3,9 @@ CATCH _ flag_incorrect_voucher 1
|
||||
MAP swap_to_list
|
||||
MOUT back 0
|
||||
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 swap_limit *
|
||||
|
Loading…
Reference in New Issue
Block a user