From e01143daf39147110eeec21f38876db922d5ddfd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 19 Apr 2016 23:40:47 +0200 Subject: move currency to taler section, create taler.conf --- src/wire/plugin_wire_template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wire/plugin_wire_template.c') diff --git a/src/wire/plugin_wire_template.c b/src/wire/plugin_wire_template.c index 46908c297..826d93185 100644 --- a/src/wire/plugin_wire_template.c +++ b/src/wire/plugin_wire_template.c @@ -242,12 +242,12 @@ libtaler_plugin_wire_template_init (void *cls) } if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, - "exchange", + "taler", "CURRENCY", &tc->currency)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, - "exchange", + "taler", "CURRENCY"); GNUNET_free (tc->bank_uri); GNUNET_free (tc); -- cgit v1.2.3