gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -remove resolved FIXMEs


From: gnunet
Subject: [taler-exchange] branch master updated: -remove resolved FIXMEs
Date: Sat, 09 Jul 2022 11:28:40 +0200

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 45f43fcd -remove resolved FIXMEs
45f43fcd is described below

commit 45f43fcde72554f21fe384c4bbb199c010ef46c9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 9 11:28:33 2022 +0200

    -remove resolved FIXMEs
---
 src/auditor/taler-helper-auditor-deposits.c | 2 +-
 src/exchangedb/plugin_exchangedb_postgres.c | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/auditor/taler-helper-auditor-deposits.c 
b/src/auditor/taler-helper-auditor-deposits.c
index 2499df2e..c08727d3 100644
--- a/src/auditor/taler-helper-auditor-deposits.c
+++ b/src/auditor/taler-helper-auditor-deposits.c
@@ -102,7 +102,7 @@ struct DepositConfirmationContext
  * @param dc the deposit confirmation we know
  * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating
  */
-static int
+static enum GNUNET_GenericReturnValue
 test_dc (void *cls,
          uint64_t serial_id,
          const struct TALER_AUDITORDB_DepositConfirmation *dc)
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index dda1ebac..ee120a01 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -7281,7 +7281,6 @@ postgres_get_reserve_status (void *cls,
     GNUNET_TIME_absolute_get (),
     GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_WEEKS,
                                    5));
-  /* FIXME: actually implement reserve history truncation logic! */
   rhc.reserve_pub = reserve_pub;
   rhc.rh = NULL;
   rhc.rh_tail = NULL;
@@ -7432,10 +7431,7 @@ postgres_have_deposit2 (
        (0 != GNUNET_memcmp (h_wire,
                             &h_wire2) ) )
   {
-    /* Inconsistencies detected! Does not match!  (We might want to
-       expand the API with a 'get_deposit' function to return the
-       original transaction details to be used for an error message
-       in the future!) FIXME #3838 */
+    /* Inconsistencies detected! Does not match! */
     return GNUNET_DB_STATUS_SUCCESS_NO_RESULTS;
   }
   return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;

-- 
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]