summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 12:43:56 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 12:43:56 +0200
commit0f741ff680d2a0c890d833344e96fe16c07b3531 (patch)
treea96ac522097a382c0afe4d7baf9fa58ae1bb9016 /src/exchange
parent2bf66ed4876fc08cf05c9a96bfdd28a7bf9445de (diff)
downloadexchange-0f741ff680d2a0c890d833344e96fe16c07b3531.tar.gz
exchange-0f741ff680d2a0c890d833344e96fe16c07b3531.tar.bz2
exchange-0f741ff680d2a0c890d833344e96fe16c07b3531.zip
bump gana
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_batch-deposit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c
index a2ea6263a..a337e35f9 100644
--- a/src/exchange/taler-exchange-httpd_batch-deposit.c
+++ b/src/exchange/taler-exchange-httpd_batch-deposit.c
@@ -552,7 +552,8 @@ TEH_handler_batch_deposit (struct TEH_RequestContext *rc,
return MHD_YES; /* failure */
}
}
-
+ TALER_amount_set_zero (TEH_currency,
+ &dc.policy_details.accumulated_total);
/* validate merchant's wire details (as far as we can) */
{
char *emsg;