summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-11 10:01:37 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-11 10:01:40 +0200
commitc1108af9629e8f698631f80b7eb222ac2b7d559b (patch)
treea5dc055b1135a32aebfa4a5c5dd650c4ad9abdab
parent93464191f56c63b6a5f5e5fa5de64c9a721cec2b (diff)
downloadexchange-c1108af9629e8f698631f80b7eb222ac2b7d559b.tar.gz
exchange-c1108af9629e8f698631f80b7eb222ac2b7d559b.tar.bz2
exchange-c1108af9629e8f698631f80b7eb222ac2b7d559b.zip
update
-rw-r--r--src/include/taler_error_codes.h7
-rw-r--r--src/include/taler_exchange_service.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index eded23339..cafdf1f6f 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1538,6 +1538,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
* #MHD_HTTP_SERVICE_UNAVAILABLE.
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 38928dc18..079987020 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;