added a flag for flag_no_pay_debt_vouchers

This commit is contained in:
Alfred Kamanda 2026-02-04 16:21:25 +03:00
parent 7b461d9b64
commit f77c82f418
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -36,3 +36,4 @@ flag,flag_incorrect_pool,42,this is set when the user selects an invalid pool
flag,flag_low_swap_amount,43,this is set when the swap max limit is less than 0.1
flag,flag_alias_unavailable,44,this is set when the preferred alias is not available
flag,flag_swap_transaction,45,this is set when the transaction will involve performing a swap
flag,flag_no_pay_debt_vouchers,46,this is set when the user does not have a stable voucher to pay debt

1 flag flag_language_set 8 checks whether the user has set their prefered language
36 flag flag_low_swap_amount 43 this is set when the swap max limit is less than 0.1
37 flag flag_alias_unavailable 44 this is set when the preferred alias is not available
38 flag flag_swap_transaction 45 this is set when the transaction will involve performing a swap
39 flag flag_no_pay_debt_vouchers 46 this is set when the user does not have a stable voucher to pay debt