gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Clarify when to show zero balance cu


From: gnunet
Subject: [taler-docs] branch master updated: Clarify when to show zero balance currencies in new balance API
Date: Fri, 15 May 2020 14:40:17 +0200

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

torsten-grote pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 66a657b  Clarify when to show zero balance currencies in new balance 
API
66a657b is described below

commit 66a657b3220b1dbf0d0718d7f2c908755448f935
Author: Torsten Grote <address@hidden>
AuthorDate: Fri May 15 09:39:48 2020 -0300

    Clarify when to show zero balance currencies in new balance API
---
 taler-wallet.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 7d0e98a..82296e5 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -94,6 +94,9 @@ Balances are the amounts of digital cash held by the wallet.
     interface BalancesResponse {
       // a list of balances sorted by currency.
       // (currencies with shorter names first, then lexically ascending).
+      //
+      // Note: Even when a currency has no balance, but pending or past 
transactions,
+      //       it should be included in this list with a balance of zero.
       balances: Balance[];
     }
 

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



reply via email to

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