gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 48/152: update


From: gnunet
Subject: [taler-exchange] 48/152: update
Date: Sun, 05 Jul 2020 20:46:44 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 9e057983308ae23b2045a34957aec52b3a447296
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 11 10:01:37 2020 +0200

    update
---
 src/include/taler_error_codes.h      | 7 +++++++
 src/include/taler_exchange_service.h | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index eded2333..cafdf1f6 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1537,6 +1537,13 @@ enum TALER_ErrorCode
    */
   TALER_EC_TRACK_TRANSACTION_CONFLICTING_REPORTS = 2308,
 
+  /**
+   * We did failed to retrieve information from our database. The
+   * response is provided with an HTTP status of
+   * #MHD_HTTP_INTERNAL_SERVER_ERROR.
+   */
+  TALER_EC_GET_TRANSFERS_DB_FETCH_ERROR = 2350,
+
   /**
    * We failed to contact the exchange for the /track/transfer request.
    * This response is provided with HTTP status code
diff --git a/src/include/taler_exchange_service.h 
b/src/include/taler_exchange_service.h
index 38928dc1..07998702 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1611,7 +1611,7 @@ struct TALER_EXCHANGE_TransferData
   struct GNUNET_TIME_Absolute execution_time;
 
   /**
-   * amount of the wire transfer
+   * amount of the wire transfer; FIXME: total wired (without fee), or 
including @a wire_fee?
    */
   struct TALER_Amount total_amount;
 

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