summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-15 09:39:48 -0300
committerTorsten Grote <t@grobox.de>2020-05-15 09:39:48 -0300
commit66a657b3220b1dbf0d0718d7f2c908755448f935 (patch)
treeb9cabc0ece90cc380ee98b022767fb03ee0d268d /taler-wallet.rst
parent0f050670c8f0f6a4e4afc74c4f966f455dbdebc6 (diff)
downloaddocs-66a657b3220b1dbf0d0718d7f2c908755448f935.tar.gz
docs-66a657b3220b1dbf0d0718d7f2c908755448f935.tar.bz2
docs-66a657b3220b1dbf0d0718d7f2c908755448f935.zip
Clarify when to show zero balance currencies in new balance API
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 7d0e98a6..82296e5f 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[];
}