From 299b4b78e0e4b8f194d0f0db18e22b540b174b88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Apr 2020 13:27:46 +0200 Subject: return more error details for /wire and /keys to clients --- src/lib/exchange_api_wire.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/exchange_api_wire.c') diff --git a/src/lib/exchange_api_wire.c b/src/lib/exchange_api_wire.c index ccab4562d..3f3998f5b 100644 --- a/src/lib/exchange_api_wire.c +++ b/src/lib/exchange_api_wire.c @@ -328,7 +328,8 @@ handle_wire_finished (void *cls, response_code, ec, num_accounts, - was); + was, + j); wh->cb = NULL; } } /* end of 'parse accounts */ @@ -367,7 +368,8 @@ handle_wire_finished (void *cls, response_code, ec, 0, - NULL); + NULL, + j); TALER_EXCHANGE_wire_cancel (wh); } -- cgit v1.2.3