add a catch fow when the active voucher is not in the default pool
This commit is contained in:
parent
da7b6e93e1
commit
b6dcf65ea3
1
services/registration/missing_voucher
Normal file
1
services/registration/missing_voucher
Normal file
@ -0,0 +1 @@
|
||||
{{.swap_to_list}}
|
6
services/registration/missing_voucher.vis
Normal file
6
services/registration/missing_voucher.vis
Normal file
@ -0,0 +1,6 @@
|
||||
MAP swap_to_list
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP ^ 0
|
||||
INCMP quit 9
|
1
services/registration/missing_voucher_swa
Normal file
1
services/registration/missing_voucher_swa
Normal file
@ -0,0 +1 @@
|
||||
{{.swap_to_list}}
|
@ -1,6 +1,6 @@
|
||||
LOAD swap_to_list 0
|
||||
CATCH _ flag_incorrect_voucher 1
|
||||
MAP swap_to_list
|
||||
CATCH missing_voucher flag_incorrect_voucher 1
|
||||
MOUT back 0
|
||||
HALT
|
||||
LOAD swap_max_limit 64
|
||||
|
Loading…
Reference in New Issue
Block a user