summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/host-impl.node.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-02-20 12:37:05 -0300
committerSebastian <sebasjm@gmail.com>2023-02-20 12:37:05 -0300
commit68f3c3b4470244270ec9be074d10441f56880f05 (patch)
treef7967a96ee095244a83e78e8d9168adbe518a76f /packages/taler-wallet-core/src/host-impl.node.ts
parent0b6b757f659cc1a1c770d994c05c361033b56c06 (diff)
downloadwallet-core-68f3c3b4470244270ec9be074d10441f56880f05.tar.gz
wallet-core-68f3c3b4470244270ec9be074d10441f56880f05.tar.bz2
wallet-core-68f3c3b4470244270ec9be074d10441f56880f05.zip
pretty
Diffstat (limited to 'packages/taler-wallet-core/src/host-impl.node.ts')
-rw-r--r--packages/taler-wallet-core/src/host-impl.node.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/host-impl.node.ts b/packages/taler-wallet-core/src/host-impl.node.ts
index ec57e0ebe..097b5856a 100644
--- a/packages/taler-wallet-core/src/host-impl.node.ts
+++ b/packages/taler-wallet-core/src/host-impl.node.ts
@@ -35,16 +35,13 @@ import * as fs from "fs";
import { NodeThreadCryptoWorkerFactory } from "./crypto/workers/nodeThreadWorker.js";
import { SynchronousCryptoWorkerFactoryPlain } from "./crypto/workers/synchronousWorkerFactoryPlain.js";
import { openTalerDatabase } from "./index.js";
-import {
- createPlatformHttpLib,
-} from "@gnu-taler/taler-util/http";
+import { createPlatformHttpLib } from "@gnu-taler/taler-util/http";
import { SetTimeoutTimerAPI } from "./util/timer.js";
import { Wallet } from "./wallet.js";
import { DefaultNodeWalletArgs, makeTempfileId } from "./host-common.js";
const logger = new Logger("host-impl.node.ts");
-
/**
* Get a wallet instance with default settings for node.
*