add a catch fow when the active voucher is not in the default pool

This commit is contained in:
Alfred Kamanda 2025-05-19 02:24:42 +03:00
parent da7b6e93e1
commit b6dcf65ea3
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
4 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1 @@
{{.swap_to_list}}

View File

@ -0,0 +1,6 @@
MAP swap_to_list
MOUT back 0
MOUT quit 9
HALT
INCMP ^ 0
INCMP quit 9

View File

@ -0,0 +1 @@
{{.swap_to_list}}

View File

@ -1,6 +1,6 @@
LOAD swap_to_list 0 LOAD swap_to_list 0
CATCH _ flag_incorrect_voucher 1
MAP swap_to_list MAP swap_to_list
CATCH missing_voucher flag_incorrect_voucher 1
MOUT back 0 MOUT back 0
HALT HALT
LOAD swap_max_limit 64 LOAD swap_max_limit 64