diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wire/plugin_wire_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wire/plugin_wire_test.c b/src/wire/plugin_wire_test.c index 888501afb..304380721 100644 --- a/src/wire/plugin_wire_test.c +++ b/src/wire/plugin_wire_test.c @@ -272,7 +272,7 @@ test_get_wire_details (void *cls, /* oopsie, configuration error */ GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, account_name, - "BANK_URI"); + "BANK_ACCOUNT_NUMBER"); GNUNET_free (bank_uri); return NULL; } |