summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[];
}