From 0fb97908d9f88410661f03b6bc773377ae478f4e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Feb 2020 15:32:47 +0100 Subject: clarify these are arrays --- core/api-wire.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/api-wire.rst b/core/api-wire.rst index 1078a2d4..537c6461 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. -- cgit v1.2.3