need enum value for taler://-URLs

This commit is contained in:
Christian Grothoff 2021-02-09 19:34:10 +01:00
parent 93347b3904
commit 9eaa2a24e6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -2912,7 +2912,12 @@ enum TALER_TESTING_URL_Type
/**
* HTTP URL of the exchange's bank account at the bank.
*/
TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2
TALER_TESTING_UT_EXCHANGE_BANK_ACCOUNT_URL = 2,
/**
* A taler://-URL.
*/
TALER_TESTING_UT_TALER_URL = 3
};