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

This commit is contained in:
Christian Grothoff 2020-05-03 20:12:18 +02:00
parent 035c505c71
commit 556085ac80
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;