aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/balance.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-26 12:48:20 +0200
committerFlorian Dold <florian@dold.me>2023-06-26 12:48:20 +0200
commitfca893038dc61267c9861186041e129c88b46da8 (patch)
tree0f7603fca5f426551cf29e4cc6484bb0ae223491 /packages/taler-wallet-core/src/operations/balance.ts
parent66432cdd0588836000a8114e360aea537713712c (diff)
downloadwallet-core-fca893038dc61267c9861186041e129c88b46da8.tar.xz
wallet-core: fix deposit tx states, long-poll on kyc
Diffstat (limited to 'packages/taler-wallet-core/src/operations/balance.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/balance.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/balance.ts b/packages/taler-wallet-core/src/operations/balance.ts
index 59c49deaa..3ab6649d7 100644
--- a/packages/taler-wallet-core/src/operations/balance.ts
+++ b/packages/taler-wallet-core/src/operations/balance.ts
@@ -108,7 +108,6 @@ function computeRefreshGroupAvailableAmount(r: RefreshGroupRecord): AmountJson {
export async function getBalancesInsideTransaction(
ws: InternalWalletState,
tx: GetReadOnlyAccess<{
- coins: typeof WalletStoresV1.coins;
coinAvailability: typeof WalletStoresV1.coinAvailability;
refreshGroups: typeof WalletStoresV1.refreshGroups;
withdrawalGroups: typeof WalletStoresV1.withdrawalGroups;