summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-09-19 15:21:47 +0200
committerStefan Kügel <skuegel@web.de>2023-09-19 15:21:47 +0200
commitb29af1277282420bff553a24ec2fbcd1c986a1e4 (patch)
treeb543d681dab1eedc2bc98d32396e757dec0a7594
parent2e2450c94f1c25c79bbdb3033a5777e173dc81e8 (diff)
downloaddocs-b29af1277282420bff553a24ec2fbcd1c986a1e4.tar.gz
docs-b29af1277282420bff553a24ec2fbcd1c986a1e4.tar.bz2
docs-b29af1277282420bff553a24ec2fbcd1c986a1e4.zip
0007941: Recified stamp_expire_withdraw and stamp_expire_deposit in the Exchange API documentation
Signed-off-by: Stefan Kügel <skuegel@web.de>
-rw-r--r--core/api-exchange.rst12
1 files 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