diff options
author | Jeff Burdges <burdges@gnunet.org> | 2016-04-20 17:07:25 +0200 |
---|---|---|
committer | Jeff Burdges <burdges@gnunet.org> | 2016-04-20 17:07:25 +0200 |
commit | 1d43437991e52629a0dcc1ce97bb99b791ca6927 (patch) | |
tree | 6fe73342fb28452fa629f7adcc068a55bf963ff2 /src/wire/plugin_wire_template.c | |
parent | a0756dc30307dd24e2f58a4c01e90696fe77c567 (diff) | |
parent | fda03a481f2da4e0fefbac69253734ce1d304874 (diff) |
Merge branch 'master' of git.taler.net:/var/git/exchange
Diffstat (limited to 'src/wire/plugin_wire_template.c')
-rw-r--r-- | src/wire/plugin_wire_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wire/plugin_wire_template.c b/src/wire/plugin_wire_template.c index 46908c29..826d9318 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); |