diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:43:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-04 11:43:11 +0100 |
commit | d06fb4d8182e5213e6d59cf0c5fe2c8d4c4cef36 (patch) | |
tree | 6cdef1b3831df96bd69d72bb09f2dfd16b6e1444 /src/wire/plugin_wire_test.c | |
parent | 77cd82c34fa8fc14583c8ebf5b197c5ed42ee01d (diff) |
towards returning account numbers in /wire/test
Diffstat (limited to 'src/wire/plugin_wire_test.c')
-rw-r--r-- | src/wire/plugin_wire_test.c | 6 |
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); |