exchange

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

commit e4f4a973f0ec2d7ef554a30637190023aa31a569
parent 93b45e62eef254eae68bc119b9770e97bae2c9fa
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu, 21 Jul 2022 12:32:34 +0200

-log more on faiure

Diffstat:
Msrc/bank-lib/bank_api_credit.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/bank-lib/bank_api_credit.c b/src/bank-lib/bank_api_credit.c @@ -167,6 +167,9 @@ handle_credit_history_finished (void *cls, j)) { GNUNET_break_op (0); + json_dumpf (j, + stderr, + JSON_INDENT (2)); response_code = 0; ec = TALER_EC_GENERIC_INVALID_RESPONSE; break;