[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -fix some FIXMEs
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -fix some FIXMEs |
Date: |
Wed, 01 Jan 2025 16:59:51 +0100 |
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 f3da4a601 -fix some FIXMEs
f3da4a601 is described below
commit f3da4a601085a813efb1ed9759fd3ba9febad00a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 1 16:59:44 2025 +0100
-fix some FIXMEs
---
src/exchange/taler-exchange-aggregator.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/exchange/taler-exchange-aggregator.c
b/src/exchange/taler-exchange-aggregator.c
index 25ed3a6da..4b07cde1c 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -1338,8 +1338,6 @@ drain_kyc_alerts (void *cls)
/* handled below */
break;
}
-
- /* FIXME: should be replaced with a query that has a LIMIT 1... */
qs = db_plugin->find_aggregation_transient (
db_plugin->cls,
&au->h_normalized_payto,
@@ -1347,7 +1345,6 @@ drain_kyc_alerts (void *cls)
&au->wtid,
&au->merchant_pub,
&au->trans);
-
switch (qs)
{
case GNUNET_DB_STATUS_HARD_ERROR:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.