Added a catch for the flag_low_swap_amount

This commit is contained in:
Alfred Kamanda 2025-03-12 10:46:11 +03:00
parent 6a91049ffb
commit ec8dc2fb1d
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 *