summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/host-impl.node.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-24 12:53:20 -0300
committerSebastian <sebasjm@gmail.com>2023-04-24 12:53:20 -0300
commit205d7364ed74d90068ae2a1cc402e77ac2f0bbad (patch)
treea6fba8791c77a891bee2d64ffc4d8cf0c97f76ee /packages/taler-wallet-core/src/host-impl.node.ts
parent3004ece1f8153fdf8ddb283e5d767dd5b5c2e179 (diff)
downloadwallet-core-205d7364ed74d90068ae2a1cc402e77ac2f0bbad.tar.gz
wallet-core-205d7364ed74d90068ae2a1cc402e77ac2f0bbad.tar.bz2
wallet-core-205d7364ed74d90068ae2a1cc402e77ac2f0bbad.zip
wallet effective config
Diffstat (limited to 'packages/taler-wallet-core/src/host-impl.node.ts')
-rw-r--r--packages/taler-wallet-core/src/host-impl.node.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/host-impl.node.ts b/packages/taler-wallet-core/src/host-impl.node.ts
index bf5c14f99..150bba49a 100644
--- a/packages/taler-wallet-core/src/host-impl.node.ts
+++ b/packages/taler-wallet-core/src/host-impl.node.ts
@@ -104,6 +104,7 @@ export async function createNativeWalletHost2(
} else {
myHttpLib = createPlatformHttpLib({
enableThrottling: true,
+ allowHttp: args.config?.features?.allowHttp,
});
}