summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-03 22:14:46 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-03 22:14:46 +0100
commit77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b (patch)
tree950575d29e0ce02a8b0503eb47154e7489a0bbd1
parent3f1cfc9e14bba02fcb63eccdbc3aaf50a7c91c0a (diff)
downloadexchange-77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b.tar.gz
exchange-77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b.tar.bz2
exchange-77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b.zip
-ref bug
-rw-r--r--src/auditor/taler-helper-auditor-reserves.c14
-rw-r--r--src/util/exchange_signatures.c4
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;
};