diff options
author | Florian Dold <florian@dold.me> | 2022-11-10 13:54:39 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-11-10 13:54:39 +0100 |
commit | 344b4f62a22fb8afe910f809b04485b10b51a79b (patch) | |
tree | cfa9b5cadb5a2d81be8c6d16449446646ec688d3 /packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts | |
parent | b65bb1af356e353051aa376ccb751476e7aa6e01 (diff) |
quickjs preparations, clearer worker(-factory) names
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts b/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts index cc0e23a3c..a9f1c4d80 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts @@ -26,7 +26,7 @@ import { findDenomOrThrow, NodeHttpLib, refreshCoin, - SynchronousCryptoWorkerFactory, + SynchronousCryptoWorkerFactoryNode, TalerError, topupReserveWithDemobank, WalletApiOperation, |