gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -ref bug


From: gnunet
Subject: [taler-exchange] branch master updated: -ref bug
Date: Thu, 03 Nov 2022 22:14:48 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 77ebca5e -ref bug
77ebca5e is described below

commit 77ebca5e9cee2c64a162be9a5e80abe0d3d49f2b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 3 22:14:46 2022 +0100

    -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 521107b5..06c72705 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 8ecb3caf..6bf63a5f 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;
 };

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]