exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2e74c04dadcf4add756e774bea9af789b828ff65
parent e0a55c424089443fc1646d2a5b84d35bf1cc275e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  6 Aug 2022 15:18:39 +0200

-initialize totals

Diffstat:
Msrc/auditor/taler-helper-auditor-wire.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c @@ -2162,6 +2162,12 @@ begin_transaction (void) GNUNET_assert (GNUNET_OK == TALER_amount_set_zero (TALER_ARL_currency, &total_drained)); + GNUNET_assert (GNUNET_OK == + TALER_amount_set_zero (TALER_ARL_currency, + &total_wire_in)); + GNUNET_assert (GNUNET_OK == + TALER_amount_set_zero (TALER_ARL_currency, + &total_wire_out)); qs = TALER_ARL_adb->get_predicted_balance (TALER_ARL_adb->cls, &TALER_ARL_master_pub, &start_balance,