gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add last withdrawal timestamp


From: gnunet
Subject: [taler-docs] branch master updated: add last withdrawal timestamp
Date: Thu, 09 Apr 2020 11:06:18 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ff0d9a3  add last withdrawal timestamp
ff0d9a3 is described below

commit ff0d9a363abfcaab8d4f0f83085c6d0d92dcfcf4
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 9 14:36:11 2020 +0530

    add last withdrawal timestamp
---
 design-documents/002-wallet-exchange-management.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/design-documents/002-wallet-exchange-management.rst 
b/design-documents/002-wallet-exchange-management.rst
index dd8b3c2..b3deee0 100644
--- a/design-documents/002-wallet-exchange-management.rst
+++ b/design-documents/002-wallet-exchange-management.rst
@@ -166,6 +166,9 @@ Response:
     currentTosVersion: string;
     acceptedTosVersion: string;
 
+    // When (if so) was this exchange last used for withdrawal?
+    lastUsedForWithdrawal: Timestamp | undefined;
+
     withdrawalRelatedInfo?: {
       // Can the user accept the withdrawal directly?
       // This field is redundant and derivable from other fields.
@@ -303,6 +306,9 @@ Response:
       // Did the user accept the current version of the exchange's ToS?
       currentTosAccepted: boolean;
 
+      // When (if so) was this exchange last used for withdrawal?
+      lastUsedForWithdrawal: Timestamp | undefined;
+
       withdrawalRelatedInfo?: {
         // Can the user accept the withdrawal directly?
         // This field is redundant and derivable from other fields.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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