gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify these are arrays


From: gnunet
Subject: [taler-docs] branch master updated: clarify these are arrays
Date: Tue, 11 Feb 2020 15:32:50 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0fb9790  clarify these are arrays
0fb9790 is described below

commit 0fb97908d9f88410661f03b6bc773377ae478f4e
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 11 15:32:47 2020 +0100

    clarify these are arrays
---
 core/api-wire.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-wire.rst b/core/api-wire.rst
index 1078a2d..537c646 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -160,8 +160,8 @@ Querying the transaction history
 
     interface IncomingHistory {
 
-      // The incoming transactions
-      incoming_transactions : IncomingBankTransaction;
+      // Array of incoming transactions
+      incoming_transactions : IncomingBankTransaction[];
 
       // Sum of all incoming transactions (ever) after the most
       // recent transaction reported in the history.
@@ -255,8 +255,8 @@ Querying the transaction history
 
     interface OutgoingHistory {
 
-      // The outgoing transactions
-      outgoing_transactions : OutgoingBankTransaction;
+      // Array of outgoing transactions
+      outgoing_transactions : OutgoingBankTransaction[];
 
       // Sum of all outgoing transactions (ever) after the most
       // recent transaction reported in the history.

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



reply via email to

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