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:19:43 +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 a3dd7ad9 -ref bug
a3dd7ad9 is described below

commit a3dd7ad9994f16eb1938d2f9a1f68a99b25703cf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 3 22:19:41 2022 +0100

    -ref bug
---
 src/exchange/taler-exchange-httpd_purses_merge.c | 2 +-
 src/lib/exchange_api_reserves_open.c             | 2 +-
 src/templating/templating_api.c                  | 5 +----
 src/util/exchange_signatures.c                   | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_purses_merge.c 
b/src/exchange/taler-exchange-httpd_purses_merge.c
index cd6f8547..d3bded6e 100644
--- a/src/exchange/taler-exchange-httpd_purses_merge.c
+++ b/src/exchange/taler-exchange-httpd_purses_merge.c
@@ -169,7 +169,7 @@ reply_merge_success (struct MHD_Connection *connection,
   else
   {
 #if WAD_NOT_IMPLEMENTED
-    /* FIXME: figure out partner, lookup wad fee by partner! */
+    /* FIXME: figure out partner, lookup wad fee by partner! #7271 */
     if (0 >
         TALER_amount_subtract (&merge_amount,
                                &pcc->target_amount,
diff --git a/src/lib/exchange_api_reserves_open.c 
b/src/lib/exchange_api_reserves_open.c
index b41c3f88..64d259ba 100644
--- a/src/lib/exchange_api_reserves_open.c
+++ b/src/lib/exchange_api_reserves_open.c
@@ -282,7 +282,7 @@ handle_reserves_open_finished (void *cls,
     rs.hr.hint = TALER_JSON_get_error_hint (j);
     break;
   case MHD_HTTP_CONFLICT:
-    // FIXME: not yet specified, but needed in
+    // FIXME: not yet specified (#7428), but needed in
     // case of double-spending or insufficient
     // reserve balance!
     rs.hr.ec = TALER_JSON_get_error_code (j);
diff --git a/src/templating/templating_api.c b/src/templating/templating_api.c
index 6384672f..47ada208 100644
--- a/src/templating/templating_api.c
+++ b/src/templating/templating_api.c
@@ -191,13 +191,10 @@ TALER_TEMPLATING_build (struct MHD_Connection *connection,
                             template);
     if (NULL == tmpl)
     {
-      /* FIXME: should this not be an
-         internal failure? The language
-         mismatch is not critical here! */
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Failed to load template `%s'\n",
                   template);
-      *http_status = MHD_HTTP_NOT_ACCEPTABLE;
+      *http_status = MHD_HTTP_INTERNAL_SERVER_ERROR;
       *reply = TALER_MHD_make_error (TALER_EC_GENERIC_FAILED_TO_LOAD_TEMPLATE,
                                      template);
       return GNUNET_NO;
diff --git a/src/util/exchange_signatures.c b/src/util/exchange_signatures.c
index 6bf63a5f..3169cb84 100644
--- a/src/util/exchange_signatures.c
+++ b/src/util/exchange_signatures.c
@@ -454,8 +454,7 @@ struct TALER_ExchangeAccountSetupSuccessPS
    */
   struct TALER_PaytoHashP h_payto;
 
-  // FIXME: include details on *which* KYC process
-  // was satisfied! #7427
+  /* FIXME: include details on *which* KYC process was satisfied! #7427 */
 
   /**
    * When was the signature made.

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