aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index bd8e281d3..c097dff1a 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1403,7 +1403,8 @@ struct TALER_EXCHANGE_PaybackHandle;
1403 * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request 1403 * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request
1404 * 0 if the exchange's reply is bogus (fails to follow the protocol) 1404 * 0 if the exchange's reply is bogus (fails to follow the protocol)
1405 * @param ec taler-specific error code, #TALER_EC_NONE on success 1405 * @param ec taler-specific error code, #TALER_EC_NONE on success
1406 * @param amount amount the exchange will wire back for this coin 1406 * @param amount amount the exchange will wire back for this coin,
1407 * on error the total balance remaining, or NULL
1407 * @param timestamp what time did the exchange receive the /payback request 1408 * @param timestamp what time did the exchange receive the /payback request
1408 * @param reserve_pub public key of the reserve receiving the payback 1409 * @param reserve_pub public key of the reserve receiving the payback
1409 * @param full_response full response from the exchange (for logging, in case of errors) 1410 * @param full_response full response from the exchange (for logging, in case of errors)