diff options
author | Florian Dold <florian@dold.me> | 2023-06-26 12:48:20 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-06-26 12:48:20 +0200 |
commit | fca893038dc61267c9861186041e129c88b46da8 (patch) | |
tree | 0f7603fca5f426551cf29e4cc6484bb0ae223491 /packages/taler-wallet-core/src/operations/balance.ts | |
parent | 66432cdd0588836000a8114e360aea537713712c (diff) |
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.ts | 1 |
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; |