From 77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Nov 2022 22:14:46 +0100 Subject: -ref bug --- src/auditor/taler-helper-auditor-reserves.c | 14 -------------- src/util/exchange_signatures.c | 4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/src/auditor/taler-helper-auditor-reserves.c b/src/auditor/taler-helper-auditor-reserves.c index 521107b5c..06c727056 100644 --- a/src/auditor/taler-helper-auditor-reserves.c +++ b/src/auditor/taler-helper-auditor-reserves.c @@ -1119,7 +1119,6 @@ handle_reserve_closed ( } } - // FIXME: support/check for reserve close requests here! GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Additional closing operation for reserve `%s' of %s\n", TALER_B2S (reserve_pub), @@ -1784,19 +1783,6 @@ analyze_reserves (void *cls) GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); return qs; } -#if 0 - /* FIXME #7269 (support for explicit reserve closure request) -- needed??? */ - qs = TALER_ARL_edb->select_close_requests_above_serial_id ( - TALER_ARL_edb->cls, - ppr.last_close_requests_serial_id, - &handle_close_request, - &rc); - if (qs < 0) - { - GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); - return qs; - } -#endif GNUNET_CONTAINER_multihashmap_iterate (rc.reserves, &verify_reserve_balance, &rc); diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c index 8ecb3cafe..6bf63a5fa 100644 --- a/src/util/exchange_signatures.c +++ b/src/util/exchange_signatures.c @@ -455,11 +455,11 @@ struct TALER_ExchangeAccountSetupSuccessPS struct TALER_PaytoHashP h_payto; // FIXME: include details on *which* KYC process - // was satisfied! + // was satisfied! #7427 /** * When was the signature made. - * FIXME: replace by *expiration* time! + * FIXME: replace by *expiration* time! #7427 */ struct GNUNET_TIME_TimestampNBO timestamp; }; -- cgit v1.2.3