summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`