[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: fixes
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: fixes |
Date: |
Mon, 26 Aug 2024 16:10:12 +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 337c8ca7f fixes
337c8ca7f is described below
commit 337c8ca7f691b1b6295b8b4fa261bc899292ee1f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 26 16:10:09 2024 +0200
fixes
---
src/auditor/taler-helper-auditor-reserves.c | 2 --
src/auditor/taler-helper-auditor-wire-credit.c | 13 -------------
2 files changed, 15 deletions(-)
diff --git a/src/auditor/taler-helper-auditor-reserves.c
b/src/auditor/taler-helper-auditor-reserves.c
index 8539ccaba..111290adf 100644
--- a/src/auditor/taler-helper-auditor-reserves.c
+++ b/src/auditor/taler-helper-auditor-reserves.c
@@ -46,8 +46,6 @@ static enum GNUNET_DB_QueryStatus global_qs;
/**
* Run in test mode. Exit when idle instead of
* going to sleep and waiting for more work.
- *
- * FIXME: not yet implemented!
*/
static int test_mode;
diff --git a/src/auditor/taler-helper-auditor-wire-credit.c
b/src/auditor/taler-helper-auditor-wire-credit.c
index 2cfa4b8ee..e1e15e88e 100644
--- a/src/auditor/taler-helper-auditor-wire-credit.c
+++ b/src/auditor/taler-helper-auditor-wire-credit.c
@@ -141,11 +141,6 @@ static struct WireAccount *wa_head;
*/
static struct WireAccount *wa_tail;
-/**
- * Last reserve_in seen.
- */
-// static TALER_ARL_DEF_PP (wire_reserve_in_id); // FIXME: new!
-
/**
* Amount that is considered "tiny"
*/
@@ -168,11 +163,6 @@ static TALER_ARL_DEF_AB (total_bad_amount_in_minus);
*/
static TALER_ARL_DEF_AB (total_misattribution_in);
-/**
- * Total amount affected by wire format troubles.
- */
-static TALER_ARL_DEF_AB (total_wire_format_amount); // FIXME
-
/**
* Total amount credited to exchange accounts.
*/
@@ -348,7 +338,6 @@ commit (enum GNUNET_DB_QueryStatus qs)
TALER_ARL_SET_AB (total_bad_amount_in_plus),
TALER_ARL_SET_AB (total_bad_amount_in_minus),
TALER_ARL_SET_AB (total_misattribution_in),
- TALER_ARL_SET_AB (total_wire_format_amount),
NULL);
if (0 > qs)
goto handle_db_error;
@@ -358,7 +347,6 @@ commit (enum GNUNET_DB_QueryStatus qs)
TALER_ARL_SET_AB (total_bad_amount_in_plus),
TALER_ARL_SET_AB (total_bad_amount_in_minus),
TALER_ARL_SET_AB (total_misattribution_in),
- TALER_ARL_SET_AB (total_wire_format_amount),
NULL);
if (0 > qs)
goto handle_db_error;
@@ -983,7 +971,6 @@ begin_transaction (void)
TALER_ARL_GET_AB (total_bad_amount_in_plus),
TALER_ARL_GET_AB (total_bad_amount_in_minus),
TALER_ARL_GET_AB (total_misattribution_in),
- TALER_ARL_GET_AB (total_wire_format_amount),
NULL);
switch (qs)
{
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: fixes,
gnunet <=