commit f3da4a601085a813efb1ed9759fd3ba9febad00a
parent 830d6e3e1ea20e57c2ef971f9c2a9e8e1738c1a0
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 Jan 2025 16:59:44 +0100
-fix some FIXMEs
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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: