taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 704a9f1261e5d74b34be57c1f645d757db8b0220
parent d3695a93ffdc94853c317e8a05aed7c077c00623
Author: Florian Dold <florian@dold.me>
Date:   Tue, 18 Feb 2025 12:36:01 +0100

-docs

Diffstat:
Mpackages/taler-util/src/types-taler-wallet.ts | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/packages/taler-util/src/types-taler-wallet.ts b/packages/taler-util/src/types-taler-wallet.ts @@ -768,19 +768,16 @@ export enum InsufficientBalanceHint { AgeRestricted = "age-restricted", /** - * While in principle the balance is sufficient, - * the age restriction on coins causes the spendable - * balance to be insufficient. - */ - PeerAgeRestricted = "peer-age-restricted", - - /** * Wallet has enough available funds, * but the material funds are insufficient. Usually because there is a * pending refresh operation. */ WalletBalanceMaterialInsufficient = "wallet-balance-material-insufficient", + /** + * The wallet simply doesn't have enough available funds. + * This is the "obvious" case of insufficient balance. + */ WalletBalanceAvailableInsufficient = "wallet-balance-available-insufficient", /**