[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: -docs
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: -docs |
Date: |
Tue, 18 Feb 2025 12:36:04 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 704a9f126 -docs
704a9f126 is described below
commit 704a9f1261e5d74b34be57c1f645d757db8b0220
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Feb 18 12:36:01 2025 +0100
-docs
---
packages/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
index 32c58ccc0..3964a41ec 100644
--- a/packages/taler-util/src/types-taler-wallet.ts
+++ b/packages/taler-util/src/types-taler-wallet.ts
@@ -767,13 +767,6 @@ 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
@@ -781,6 +774,10 @@ export enum InsufficientBalanceHint {
*/
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",
/**
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: -docs,
Admin <=