exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 116801016058023e90b33e1e0576e127685d87f3
parent 1c568f8eb61e97dfefb61f7372e7338ed997e8c1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  1 Apr 2016 20:30:52 +0200

fix error message

Diffstat:
Msrc/wire/plugin_wire_test.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }