commit 88f6f834ebfa74043c04a0968345ff9c15cddcf2
parent 7d5c60ff5a9527c31c914d0bf03775abe2eac5f8
Author: Florian Dold <florian.dold@gmail.com>
Date: Sun, 19 Jan 2020 18:01:15 +0100
rename of section prefix 'exchange-' to 'merchant-exchange-'
Diffstat:
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
@@ -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
@@ -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
@@ -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/