From ab4aa4dcfd3477971b3fb0c81a4caffff953c145 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 May 2022 17:51:39 +0200 Subject: -add batch withdraw to test suite --- src/lib/exchange_api_batch_withdraw.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/exchange_api_batch_withdraw.c') diff --git a/src/lib/exchange_api_batch_withdraw.c b/src/lib/exchange_api_batch_withdraw.c index ce5de3fc2..295695d8f 100644 --- a/src/lib/exchange_api_batch_withdraw.c +++ b/src/lib/exchange_api_batch_withdraw.c @@ -161,6 +161,9 @@ handle_reserve_batch_withdraw_finished ( struct TALER_EXCHANGE_PrivateCoinDetails coins[wh->num_coins]; wh->wh2 = NULL; + memset (coins, + 0, + sizeof (coins)); if (blind_sigs_length != wh->num_coins) { GNUNET_break_op (0); -- cgit v1.2.3