diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
commit | 75dbf20cedb45d806a93b35124d10d9746527e88 (patch) | |
tree | e9a1674a1f9da403b7ada188f5396f3eda452720 /src/exchange/taler-exchange-router.c | |
parent | 3453126eb7985c6f311597bf4acf3682f3a3dc9b (diff) |
-annotate bugs
Diffstat (limited to 'src/exchange/taler-exchange-router.c')
-rw-r--r-- | src/exchange/taler-exchange-router.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |