From 38df5382734bcf4de85c0f65e27a1b8800594ad9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 May 2020 17:50:33 +0200 Subject: update/clarify spec --- core/api-exchange.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 2fbdfbbf..ea735edc 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -661,10 +661,7 @@ denomination. // exchange's unblinded RSA signature of the coin ub_sig: RsaSignature; - // timestamp when the contract was finalized, must match approximately the - // current time of the exchange; if the timestamp is too far off, the - // exchange returns "400 Bad Request" with an error code of - // "TALER_EC_DEPOSIT_INVALID_TIMESTAMP". + // timestamp when the contract was finalized. timestamp: Timestamp; // indicative time by which the exchange undertakes to transfer the funds to @@ -701,6 +698,9 @@ denomination. // URL, or if the base URL has changed since the deposit. transaction_base_url?: string; + // timestamp when the deposit was received by the exchange. + exchange_timestamp: Timestamp; + // the EdDSA signature of `TALER_DepositConfirmationPS` using a current // `signing key of the exchange ` affirming the successful // deposit and that the exchange will transfer the funds after the refund -- cgit v1.2.3