diff options
| author | Florian Dold <florian@dold.me> | 2022-03-28 23:21:49 +0200 |
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2022-03-28 23:21:49 +0200 |
| commit | 80e43db2cac84e588c2ef3889e8d90b76bd53714 (patch) | |
| tree | 04297a4ad1838f9c1add039d64ee1b1996cfd6b2 /packages/taler-wallet-core/src/wallet.ts | |
| parent | c194bd539a9e01d083b953ef1e0022da90574339 (diff) | |
wallet: timeout handling refactoring WIP
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
| -rw-r--r-- | packages/taler-wallet-core/src/wallet.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index bb560774a..943051153 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -193,10 +193,7 @@ import { import { DbAccess, GetReadWriteAccess } from "./util/query.js"; import { TimerGroup } from "./util/timer.js"; import { WalletCoreApiClient } from "./wallet-api-types.js"; -import { - TalerCryptoInterface, - TalerCryptoInterfaceR, -} from "./crypto/cryptoImplementation.js"; +import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js"; const builtinAuditors: AuditorTrustRecord[] = [ { |
