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