summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-24 10:26:34 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-24 10:26:34 +0200
commit82b6b457cf71a9a49754faae450c159fac74e620 (patch)
tree303c0ca77c83059d103445c8fa633a8bb1b1fa1c
parent3ce9f7786cda8a81faf34a859a3be7a43798ced8 (diff)
downloaddocs-82b6b457cf71a9a49754faae450c159fac74e620.tar.gz
docs-82b6b457cf71a9a49754faae450c159fac74e620.tar.bz2
docs-82b6b457cf71a9a49754faae450c159fac74e620.zip
-handle case of GET purse status prior to deposit
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9fafa3e3..3e71ba4f 100644
--- 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`