gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -handle case of GET purse status pri


From: gnunet
Subject: [taler-docs] branch master updated: -handle case of GET purse status prior to deposit
Date: Wed, 24 Aug 2022 10:26:36 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 82b6b45  -handle case of GET purse status prior to deposit
82b6b45 is described below

commit 82b6b457cf71a9a49754faae450c159fac74e620
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Aug 24 10:26:34 2022 +0200

    -handle case of GET purse status prior to deposit
---
 core/api-exchange.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9fafa3e..3e71ba4 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`

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]