move currency to taler section

This commit is contained in:
Florian Dold 2016-04-19 23:11:47 +02:00
parent e7b2ee2ddc
commit f9d4a96715
2 changed files with 4 additions and 4 deletions

View File

@ -249,12 +249,12 @@ exchange_serve_process_config ()
{ {
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg, GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange", "taler",
"currency", "currency",
&exchange_currency_string)) &exchange_currency_string))
{ {
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"exchange", "taler",
"currency"); "currency");
return GNUNET_SYSERR; return GNUNET_SYSERR;
} }

View File

@ -378,12 +378,12 @@ exchange_serve_process_config ()
} }
if (GNUNET_OK != if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg, GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange", "taler",
"currency", "currency",
&TMH_exchange_currency_string)) &TMH_exchange_currency_string))
{ {
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"exchange", "taler",
"currency"); "currency");
return GNUNET_SYSERR; return GNUNET_SYSERR;
} }