diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:44:09 +0200 |
commit | 4119dbd1aab1ad6f63cc48d4a7e396834e60d62b (patch) | |
tree | 6d7924a143444293952d6a596a13826347718825 | |
parent | 556085ac80df6148a1c0523ada516f843390ce6d (diff) | |
download | exchange-4119dbd1aab1ad6f63cc48d4a7e396834e60d62b.tar.gz exchange-4119dbd1aab1ad6f63cc48d4a7e396834e60d62b.zip |
update
-rw-r--r-- | src/include/taler_error_codes.h | 7 | ||||
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
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 | |||
1538 | TALER_EC_TRACK_TRANSACTION_CONFLICTING_REPORTS = 2308, | 1538 | TALER_EC_TRACK_TRANSACTION_CONFLICTING_REPORTS = 2308, |
1539 | 1539 | ||
1540 | /** | 1540 | /** |
1541 | * We did failed to retrieve information from our database. The | ||
1542 | * response is provided with an HTTP status of | ||
1543 | * #MHD_HTTP_INTERNAL_SERVER_ERROR. | ||
1544 | */ | ||
1545 | TALER_EC_GET_TRANSFERS_DB_FETCH_ERROR = 2350, | ||
1546 | |||
1547 | /** | ||
1541 | * We failed to contact the exchange for the /track/transfer request. | 1548 | * We failed to contact the exchange for the /track/transfer request. |
1542 | * This response is provided with HTTP status code | 1549 | * This response is provided with HTTP status code |
1543 | * #MHD_HTTP_SERVICE_UNAVAILABLE. | 1550 | * #MHD_HTTP_SERVICE_UNAVAILABLE. |
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index ea185f09a..1fe7d2f8f 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h | |||
@@ -1611,7 +1611,7 @@ struct TALER_EXCHANGE_TransferData | |||
1611 | struct GNUNET_TIME_Absolute execution_time; | 1611 | struct GNUNET_TIME_Absolute execution_time; |
1612 | 1612 | ||
1613 | /** | 1613 | /** |
1614 | * amount of the wire transfer | 1614 | * amount of the wire transfer; FIXME: total wired (without fee), or including @a wire_fee? |
1615 | */ | 1615 | */ |
1616 | struct TALER_Amount total_amount; | 1616 | struct TALER_Amount total_amount; |
1617 | 1617 | ||