alfred/pool-swap #33

Merged
kamikazechaser merged 46 commits from alfred/pool-swap into master 2025-05-19 15:44:50 +02:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit ec8dc2fb1d - Show all commits

View File

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

View File

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