exchange

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

commit 556085ac80df6148a1c0523ada516f843390ce6d
parent 035c505c71610a693d3d253a3eee02d9cb9a2cbf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 May 2020 20:12:18 +0200

modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for deep copies

Diffstat:
Msrc/testing/testing_api_cmd_deposits_get.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/testing/testing_api_cmd_deposits_get.c b/src/testing/testing_api_cmd_deposits_get.c @@ -112,7 +112,6 @@ deposit_wtid_cb (void *cls, { case MHD_HTTP_OK: tts->wtid = dd->wtid; - if (NULL != tts->bank_transfer_reference) { const struct TALER_TESTING_Command *bank_transfer_cmd;