gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify timestamp


From: gnunet
Subject: [taler-docs] branch master updated: clarify timestamp
Date: Wed, 08 Jan 2020 14:55:13 +0100

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 f2d3bfc  clarify timestamp
f2d3bfc is described below

commit f2d3bfc05babdf74854cab9a2442506426668b18
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 8 14:55:07 2020 +0100

    clarify timestamp
---
 core/api-wire-plugin-bank.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst
index 5a78195..fae7727 100644
--- a/core/api-wire-plugin-bank.rst
+++ b/core/api-wire-plugin-bank.rst
@@ -62,7 +62,13 @@ Making Transactions
 
     interface TransactionResponse {
 
-      // Timestamp related to the transaction being made.
+      // Timestamp that indicates when the wire transfer will be executed.
+      // In cases where the wire transfer gateway is unable to know when
+      // the wire transfer will be executed, the time at which the request
+      // has been received and stored will be returned.
+      // The purpose of this field is for debugging (humans trying to find
+      // the transaction) as well as for taxation (determining which
+      // time period a transaction belongs to).
       timestamp: Timestamp;
 
       // Opaque of the transaction that the bank has made.

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



reply via email to

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