aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/balance.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-04 15:44:29 +0100
committerFlorian Dold <florian@dold.me>2023-01-04 15:44:36 +0100
commitf4e1e8e6e7ca6dcb9ac7d1c5f3b64130e99e325b (patch)
tree0564038fa7fbe074596b4de5104146b165457ca8 /packages/taler-wallet-core/src/operations/balance.ts
parent24cac493dded00ef40e0e30a0d2263e4f35c3e29 (diff)
downloadwallet-core-f4e1e8e6e7ca6dcb9ac7d1c5f3b64130e99e325b.tar.xz
-minor insufficient balance tweaks
Diffstat (limited to 'packages/taler-wallet-core/src/operations/balance.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/balance.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/balance.ts b/packages/taler-wallet-core/src/operations/balance.ts
index d2a029d53..95ade1cb4 100644
--- a/packages/taler-wallet-core/src/operations/balance.ts
+++ b/packages/taler-wallet-core/src/operations/balance.ts
@@ -39,7 +39,7 @@
* - "merchant-acceptable": Subset of the material balance that can be spent with a particular
* merchant (restricted via min age, exchange, auditor, wire_method).
*
- * - "merchant-wireable": Subset of the merchant-acceptable balance that the merchant
+ * - "merchant-depositable": Subset of the merchant-acceptable balance that the merchant
* can accept via their supported wire methods.
*/