gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -mark FIXMEs


From: gnunet
Subject: [taler-exchange] branch master updated: -mark FIXMEs
Date: Mon, 25 Apr 2022 13:30:05 +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 505989a5 -mark FIXMEs
505989a5 is described below

commit 505989a50754217b9fe8f627a279b2b00fb65262
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 25 13:30:03 2022 +0200

    -mark FIXMEs
---
 src/exchangedb/plugin_exchangedb_postgres.c | 4 ++--
 src/testing/testing_api_cmd_purse_deposit.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 61b1bfb9..ebdcae40 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -13439,7 +13439,7 @@ postgres_do_purse_deposit (
   bool *conflict)
 {
   struct PostgresClosure *pg = cls;
-  uint64_t partner_id = 0;
+  uint64_t partner_id = 0; /* FIXME: WAD support... */
   struct GNUNET_PQ_QueryParam params[] = {
     GNUNET_PQ_query_param_uint64 (&partner_id),
     GNUNET_PQ_query_param_auto_from_type (purse_pub),
@@ -13689,7 +13689,7 @@ postgres_do_account_merge (
   const struct TALER_ReservePublicKeyP *reserve_pub,
   const struct TALER_ReserveSignatureP *reserve_sig)
 {
-  GNUNET_break (0); // FIXME
+  GNUNET_break (0); // FIXME: Function dead, eliminate? (DCE)
   return GNUNET_DB_STATUS_HARD_ERROR;
 }
 
diff --git a/src/testing/testing_api_cmd_purse_deposit.c 
b/src/testing/testing_api_cmd_purse_deposit.c
index 0e97749c..c1466088 100644
--- a/src/testing/testing_api_cmd_purse_deposit.c
+++ b/src/testing/testing_api_cmd_purse_deposit.c
@@ -215,7 +215,7 @@ deposit_run (void *cls,
 
   ds->dh = TALER_EXCHANGE_purse_deposit (
     is->exchange,
-    NULL, /* FIXME: purse exchange URL */
+    NULL, /* FIXME: WADs support: purse exchange URL */
     &ds->purse_pub,
     ds->min_age,
     ds->num_coin_references,

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