From d3772a834fa3df6802c170779c09d24cbb6fc1a6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 3 Jul 2023 18:39:06 +0200 Subject: more API clean up --- src/lib/exchange_api_withdraw2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/exchange_api_withdraw2.c') diff --git a/src/lib/exchange_api_withdraw2.c b/src/lib/exchange_api_withdraw2.c index 11028ed5b..bf9e2c091 100644 --- a/src/lib/exchange_api_withdraw2.c +++ b/src/lib/exchange_api_withdraw2.c @@ -202,12 +202,12 @@ reserve_withdraw_payment_required ( rhistory)) { GNUNET_break_op (0); - TALER_EXCHANGE_free_reserve_history (rhistory, - len); + TALER_EXCHANGE_free_reserve_history (len, + rhistory); return GNUNET_SYSERR; } - TALER_EXCHANGE_free_reserve_history (rhistory, - len); + TALER_EXCHANGE_free_reserve_history (len, + rhistory); } /* Check that funds were really insufficient */ -- cgit v1.2.3