[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: 0007941: Recified stamp_expire_withd
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: 0007941: Recified stamp_expire_withdraw and stamp_expire_deposit in the Exchange API documentation |
Date: |
Tue, 19 Sep 2023 15:25:25 +0200 |
This is an automated email from the git hooks/post-receive script.
skuegel pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new b29af127 0007941: Recified stamp_expire_withdraw and
stamp_expire_deposit in the Exchange API documentation
b29af127 is described below
commit b29af1277282420bff553a24ec2fbcd1c986a1e4
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Tue Sep 19 15:21:47 2023 +0200
0007941: Recified stamp_expire_withdraw and stamp_expire_deposit in the
Exchange API documentation
Signed-off-by: Stefan Kügel <skuegel@web.de>
---
core/api-exchange.rst | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b7713a16..89dcdbe6 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -382,9 +382,13 @@ possibly by using HTTPS.
// When does the denomination key become valid?
stamp_start: Timestamp;
- // When is it no longer possible to deposit coins
+ // When is it no longer possible to withdraw coins
// of this denomination?
stamp_expire_withdraw: Timestamp;
+
+ // When is it no longer possible to deposit coins
+ // of this denomination?
+ stamp_expire_deposit: Timestamp;
// Timestamp indicating by when legal disputes relating to these coins
must
// be settled, as the exchange will afterwards destroy its evidence
relating to
@@ -410,9 +414,13 @@ possibly by using HTTPS.
// When does the denomination key become valid?
stamp_start: Timestamp;
- // When is it no longer possible to deposit coins
+ // When is it no longer possible to withdraw coins
// of this denomination?
stamp_expire_withdraw: Timestamp;
+
+ // When is it no longer possible to deposit coins
+ // of this denomination?
+ stamp_expire_deposit: Timestamp;
// Timestamp indicating by when legal disputes relating to these coins
must
// be settled, as the exchange will afterwards destroy its evidence
relating to
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: 0007941: Recified stamp_expire_withdraw and stamp_expire_deposit in the Exchange API documentation,
gnunet <=