gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: need enum value for taler://-URL


From: gnunet
Subject: [taler-exchange] branch master updated: need enum value for taler://-URLs
Date: Tue, 09 Feb 2021 19:34:12 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9eaa2a24 need enum value for taler://-URLs
9eaa2a24 is described below

commit 9eaa2a24e6e36ff3b25c89a8c1087ddb338221bd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 9 19:34:10 2021 +0100

    need enum value for taler://-URLs
---
 src/include/taler_testing_lib.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index fdc1e9bc..49767534 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
 };
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]