commit 82b6b457cf71a9a49754faae450c159fac74e620
parent 3ce9f7786cda8a81faf34a859a3be7a43798ced8
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 24 Aug 2022 10:26:34 +0200
-handle case of GET purse status prior to deposit
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -3491,13 +3491,13 @@ Wallet-to-wallet transfers
// Time of the merge, missing if "never".
merge_timestamp?: Timestamp;
- // Time of the deposits being complete, possibly "never".
+ // Time of the deposits being complete, missing if "never".
// Note that this time may not be "stable": once sufficient
// deposits have been made, is "now" before the purse
// expiration, and otherwise set to the purse expiration.
// However, this should also not be relied upon. The key
// property is that it is either "never" or in the past.
- merge_timestamp: Timestamp;
+ deposit_timestamp?: Timestamp;
// EdDSA signature of the exchange over a
// `TALER_PurseStatusResponseSignaturePS`