taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7adfec2296239134650c5c933528ed819857d096
parent 407837def5ee00b78ff8e3ecb0698280be167e61
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 29 Jul 2020 18:58:21 +0530

remove redundant field

Diffstat:
Mtaler-wallet.rst | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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;