From e318edb5e594e3299acb4ba4b7bca0440cfde217 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 Jan 2018 01:38:04 +0100 Subject: use url instead of uri consistently --- src/exchange-lib/testing_api_helpers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange-lib/testing_api_helpers.c') diff --git a/src/exchange-lib/testing_api_helpers.c b/src/exchange-lib/testing_api_helpers.c index 2d1e866fe..1721b3e96 100644 --- a/src/exchange-lib/testing_api_helpers.c +++ b/src/exchange-lib/testing_api_helpers.c @@ -348,12 +348,12 @@ TALER_TESTING_prepare_fakebank (const char *config_filename) if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_string (cfg, "exchange-wire-test", - "BANK_URI", + "BANK_URL", &fakebank_url)) { GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING, "exchange-wire-test", - "BANK_URI"); + "BANK_URL"); GNUNET_CONFIGURATION_destroy (cfg); return NULL; } -- cgit v1.2.3