diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:11:47 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-19 23:11:57 +0200 |
commit | f9d4a9671521e77d3235364e98b19a1c7cc08cb9 (patch) | |
tree | b6a75265ac772fd3675669dde1be4adcde6b25f5 | |
parent | e7b2ee2ddc17c7ee869b9c87dc67cd603867c237 (diff) | |
download | exchange-f9d4a9671521e77d3235364e98b19a1c7cc08cb9.tar.gz exchange-f9d4a9671521e77d3235364e98b19a1c7cc08cb9.tar.bz2 exchange-f9d4a9671521e77d3235364e98b19a1c7cc08cb9.zip |
move currency to taler section
-rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 4 | ||||
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index e4ba975a..0cb47667 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -249,12 +249,12 @@ exchange_serve_process_config () { if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, - "exchange", + "taler", "currency", &exchange_currency_string)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, - "exchange", + "taler", "currency"); return GNUNET_SYSERR; } diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index a533a973..46e545e5 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -378,12 +378,12 @@ exchange_serve_process_config () } if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, - "exchange", + "taler", "currency", &TMH_exchange_currency_string)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, - "exchange", + "taler", "currency"); return GNUNET_SYSERR; } |