From 75dbf20cedb45d806a93b35124d10d9746527e88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 5 Jul 2022 11:46:02 +0200 Subject: -annotate bugs --- src/exchange/taler-exchange-router.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange/taler-exchange-router.c') diff --git a/src/exchange/taler-exchange-router.c b/src/exchange/taler-exchange-router.c index 0816dfdb..a1a24719 100644 --- a/src/exchange/taler-exchange-router.c +++ b/src/exchange/taler-exchange-router.c @@ -32,7 +32,7 @@ #include "taler_bank_service.h" -// FIXME: revisit how (and if) we do sharding! +// FIXME #7271: revisit how (and if) we do sharding! // Maybe use different helpers for wads than // for local purses?! /** @@ -282,7 +282,7 @@ run_routing (void *cls) task = NULL; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Checking for ready P2P transfers to route\n"); - // FIXME: do actual work here! + // FIXME #7271: do actual work here! commit_or_warn (); release_shard (s); task = GNUNET_SCHEDULER_add_now (&run_shard, -- cgit v1.2.3