This commit is contained in:
Christian Grothoff 2020-05-11 10:01:37 +02:00
parent 93464191f5
commit c1108af962
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -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;