summaryrefslogtreecommitdiff
path: root/src/wire
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-04 11:43:11 +0100
committerChristian Grothoff <christian@grothoff.org>2016-03-04 11:43:11 +0100
commitd06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (patch)
tree6cdef1b3831df96bd69d72bb09f2dfd16b6e1444 /src/wire
parent77cd82c34fa8fc14583c8ebf5b197c5ed42ee01d (diff)
downloadexchange-d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36.tar.gz
exchange-d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36.tar.bz2
exchange-d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36.zip
towards returning account numbers in /wire/test
Diffstat (limited to 'src/wire')
-rw-r--r--src/wire/plugin_wire_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c
index 2f679bbaa..98d9281ce 100644
--- a/src/wire/plugin_wire_test.c
+++ b/src/wire/plugin_wire_test.c
@@ -482,7 +482,7 @@ test_execute_wire_transfer (void *cls,
GNUNET_break (0);
return NULL;
}
-
+
eh = GNUNET_new (struct TALER_WIRE_ExecuteHandle);
eh->cc = cc;
eh->cc_cls = cc_cls;
@@ -542,12 +542,12 @@ libtaler_plugin_wire_test_init (void *cls)
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"wire-test",
- "bank_uri",
+ "BANK_URI",
&uri))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
"wire-test",
- "bank_uri");
+ "BANK_URI");
return NULL;
}
tc = GNUNET_new (struct TestClosure);