From 95e52cd2e824f3e1e5e1c3537f11c2dd960dd9e5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 22 Apr 2016 19:09:55 +0200 Subject: make names related to wire plugins less generic --- src/wire/plugin_wire_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wire/plugin_wire_test.c') 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); -- cgit v1.2.3