aboutsummaryrefslogtreecommitdiff
path: root/src/merchant-tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/benchmark-common.conf5
-rw-r--r--src/merchant-tools/taler-merchant-benchmark.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/src/merchant-tools/benchmark-common.conf b/src/merchant-tools/benchmark-common.conf
index 66bf584c..ad4aaf46 100644
--- a/src/merchant-tools/benchmark-common.conf
+++ b/src/merchant-tools/benchmark-common.conf
@@ -2,10 +2,13 @@
[paths]
TALER_TEST_HOME=exchange_benchmark_home/
-[taler]
+[exchange]
CURRENCY=EUR
CURRENCY_ROUND_UNIT=EUR:0.01
+[merchant]
+CURRENCY=EUR
+
[merchant-benchmark]
MERCHANT_URL = "http://localhost:9966/"
diff --git a/src/merchant-tools/taler-merchant-benchmark.c b/src/merchant-tools/taler-merchant-benchmark.c
index 63a7a7f6..48bf0d0b 100644
--- a/src/merchant-tools/taler-merchant-benchmark.c
+++ b/src/merchant-tools/taler-merchant-benchmark.c
@@ -567,6 +567,7 @@ main (int argc,
}
if (GNUNET_OK !=
TALER_config_get_currency (cfg,
+ "merchant",
&currency))
{
TALER_LOG_ERROR ("Failed to read currency from configuration\n");