gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: number as string


From: gnunet
Subject: [taler-docs] branch master updated: number as string
Date: Wed, 12 Apr 2023 16:04:53 +0200

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 dd1c70d  number as string
dd1c70d is described below

commit dd1c70d6de4b8a29c00bfe000b5740896a05cc1b
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 12 16:04:46 2023 +0200

    number as string
---
 libeufin/api-nexus.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index cf0e02a..27e13c8 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -411,11 +411,12 @@ tracks the initiations of payments.
 
      interface Transaction {
 
-       // index identifying this transaction at Nexus.
+       // Number as a string, which is the index identifying this
+       // transaction at Nexus.
        // Note: users can ONLY expect that this index grows
        // as new transactions get fetched from the bank, but
        // should NOT expect it to grow continuously.
-       index: number;
+       index: string;
 
        // money moved by the transaction
        amount: string;

-- 
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]