summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-02-09 19:34:10 +0100
committerChristian Grothoff <christian@grothoff.org>2021-02-09 19:34:10 +0100
commit9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd (patch)
tree6e35bae4ca74b6505413dc94347d5e143e10bfaa /src/include
parent93347b3904962c80d6aeba0c3be4a75af2a13e83 (diff)
downloadexchange-9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd.tar.gz
exchange-9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd.tar.bz2
exchange-9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd.zip
need enum value for taler://-URLs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_testing_lib.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index fdc1e9bcb..497675344 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -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
};