From 205d7364ed74d90068ae2a1cc402e77ac2f0bbad Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 24 Apr 2023 12:53:20 -0300 Subject: wallet effective config --- packages/taler-wallet-core/src/host-impl.node.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/host-impl.node.ts') 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, }); } -- cgit v1.2.3