summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_test.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-04-22 19:09:55 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-04-22 19:09:55 +0200
commit95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 (patch)
tree77af4123a71450f2da4d62f13c1a88a18b8d1e3f /src/wire/plugin_wire_test.c
parent9507c8c369c8ac56ae309b9b6132dd6213539e21 (diff)
downloadexchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.tar.gz
exchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.tar.bz2
exchange-95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5.zip
make names related to wire plugins less generic
Diffstat (limited to 'src/wire/plugin_wire_test.c')
-rw-r--r--src/wire/plugin_wire_test.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index 55d698172..80e5aaa8f 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -795,24 +795,24 @@ libtaler_plugin_wire_test_init (void *cls)
{
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
- "wire-outgoing-test",
+ "exchange-wire-outgoing-test",
"BANK_URI",
&tc->bank_uri))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "wire-outgoing-test",
+ "exchange-wire-outgoing-test",
"BANK_URI");
GNUNET_free (tc);
return NULL;
}
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_number (cfg,
- "wire-outgoing-test",
+ "exchange-wire-outgoing-test",
"EXCHANGE_ACCOUNT_NUMBER",
&tc->exchange_account_outgoing_no))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
- "wire-outgoing-test",
+ "exchange-wire-outgoing-test",
"EXCHANGE_ACCOUNT_NUMBER");
GNUNET_free (tc->bank_uri);
GNUNET_free (tc);