gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: rename of section prefix 'exchan


From: gnunet
Subject: [taler-merchant] branch master updated: rename of section prefix 'exchange-' to 'merchant-exchange-'
Date: Sun, 19 Jan 2020 18:01:23 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 88f6f83  rename of section prefix 'exchange-' to 'merchant-exchange-'
88f6f83 is described below

commit 88f6f834ebfa74043c04a0968345ff9c15cddcf2
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 18:01:15 2020 +0100

    rename of section prefix 'exchange-' to 'merchant-exchange-'
---
 src/backend/taler-merchant-httpd_exchanges.c | 4 ++--
 src/lib/test_merchant_api.conf               | 4 ++--
 src/lib/test_merchant_api_twisted.conf       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c 
b/src/backend/taler-merchant-httpd_exchanges.c
index 81e5143..1680517 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -966,8 +966,8 @@ accept_exchanges (void *cls,
   struct Exchange *exchange;
 
   if (0 != strncasecmp (section,
-                        "exchange-",
-                        strlen ("exchange-")))
+                        "merchant-exchange-",
+                        strlen ("merchant-exchange-")))
     return;
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (cfg,
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
index 8a7de75..54d0614 100644
--- a/src/lib/test_merchant_api.conf
+++ b/src/lib/test_merchant_api.conf
@@ -115,9 +115,9 @@ ACTIVE_tip = YES
 # Advertise in new contracts of instance-default
 ACTIVE_nulltip = YES
 
-# Sections starting with "exchange-" specify trusted exchanges
+# Sections starting with "merchant-exchange-" specify trusted exchanges
 # (by the merchant)
-[exchange-kudos]
+[merchant-exchange-kudos]
 MASTER_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
 BASE_URL = http://localhost:8081/
 
diff --git a/src/lib/test_merchant_api_twisted.conf 
b/src/lib/test_merchant_api_twisted.conf
index b09afcd..e00c44e 100644
--- a/src/lib/test_merchant_api_twisted.conf
+++ b/src/lib/test_merchant_api_twisted.conf
@@ -1,7 +1,7 @@
 # This file is in the public domain.
 @INLINE@ test_merchant_api.conf
 
-[exchange-kudos]
+[merchant-exchange-kudos]
 # must target the twister's http port.
 BASE_URL = http://localhost:8888/
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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