summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-29 18:58:21 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-29 19:03:42 +0530
commit7adfec2296239134650c5c933528ed819857d096 (patch)
treec8f425ea14b8cd23ea554d0770022d76ab2b5e6e /taler-wallet.rst
parent407837def5ee00b78ff8e3ecb0698280be167e61 (diff)
downloaddocs-7adfec2296239134650c5c933528ed819857d096.tar.gz
docs-7adfec2296239134650c5c933528ed819857d096.tar.bz2
docs-7adfec2296239134650c5c933528ed819857d096.zip
remove redundant field
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index ecab021e..200863f7 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -126,9 +126,6 @@ Balances are the amounts of digital cash held by the wallet.
// when all pending transactions succeed (including internal refreshes)
pendingOutgoing: Amount;
- // true if the balance has pending transactions
- hasPendingTransactions: boolean;
-
// true if the balance requires user-interaction, e.g. accepting a tip
// (DEV: can be left out of a first implementation)
requiresUserInput: boolean;