gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix optional field


From: gnunet
Subject: [taler-docs] branch master updated: fix optional field
Date: Fri, 20 Jan 2023 15:47:41 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 339edff  fix optional field
339edff is described below

commit 339edfffe050473eb8e42ffda949395c80b78bf5
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 20 15:47:37 2023 +0100

    fix optional field
---
 libeufin/api-sandbox.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 60d1185..7a2ef38 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -470,7 +470,8 @@ Cashouts
       // Time when the cash-out was created.
       creation_time: number; // milliseconds since the Unix epoch 
       // Time when the cash-out was confirmed via its TAN.
-      confirmation_time: number; // milliseconds since the Unix epoch 
+      // Missing or null, when the operation wasn't confirmed yet.
+      confirmation_time?: number; // milliseconds since the Unix epoch 
     }
 
   .. ts:def:: CashoutStatus

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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