summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_batch-withdraw.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-12 11:10:32 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-12 11:10:32 +0200
commit93eb88a8c9cb520808bb39c9f4bc527c9f01fc57 (patch)
treec1ec83d613cbbd65b48a991afbb81bf5ed1df3c9 /src/exchange/taler-exchange-httpd_batch-withdraw.c
parent81732d49ccd2a595a02fb4a80399767785d4d7dd (diff)
downloadexchange-93eb88a8c9cb520808bb39c9f4bc527c9f01fc57.tar.gz
exchange-93eb88a8c9cb520808bb39c9f4bc527c9f01fc57.tar.bz2
exchange-93eb88a8c9cb520808bb39c9f4bc527c9f01fc57.zip
-fix argument order
Diffstat (limited to 'src/exchange/taler-exchange-httpd_batch-withdraw.c')
-rw-r--r--src/exchange/taler-exchange-httpd_batch-withdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_batch-withdraw.c b/src/exchange/taler-exchange-httpd_batch-withdraw.c
index 870b2ea7a..d272817c0 100644
--- a/src/exchange/taler-exchange-httpd_batch-withdraw.c
+++ b/src/exchange/taler-exchange-httpd_batch-withdraw.c
@@ -172,8 +172,8 @@ batch_withdraw_transaction (void *cls,
now,
wc->reserve_pub,
&wc->batch_total,
- &balance_ok,
&found,
+ &balance_ok,
&wc->kyc,
&ruuid);
if (0 > qs)