commit b29af1277282420bff553a24ec2fbcd1c986a1e4
parent 2e2450c94f1c25c79bbdb3033a5777e173dc81e8
Author: Stefan Kügel <skuegel@web.de>
Date: Tue, 19 Sep 2023 15:21:47 +0200
0007941: Recified stamp_expire_withdraw and stamp_expire_deposit in the Exchange API documentation
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat:
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git 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