gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -initialize totals


From: gnunet
Subject: [taler-exchange] branch master updated: -initialize totals
Date: Sat, 06 Aug 2022 15:18:41 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2e74c04d -initialize totals
2e74c04d is described below

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

    -initialize totals
---
 src/auditor/taler-helper-auditor-wire.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/auditor/taler-helper-auditor-wire.c 
b/src/auditor/taler-helper-auditor-wire.c
index 2de52e26..f9c87b6f 100644
--- 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]