aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-peer-push-debit.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/pay-peer-push-debit.ts')
-rw-r--r--packages/taler-wallet-core/src/pay-peer-push-debit.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/pay-peer-push-debit.ts b/packages/taler-wallet-core/src/pay-peer-push-debit.ts
index 544273552..c04d37f1c 100644
--- a/packages/taler-wallet-core/src/pay-peer-push-debit.ts
+++ b/packages/taler-wallet-core/src/pay-peer-push-debit.ts
@@ -945,6 +945,7 @@ async function processPeerPushDebitReady(
peerPushInitiation.exchangeBaseUrl,
);
const resp = await wex.ws.runLongpollQueueing(
+ wex,
mergeUrl.hostname,
async (timeoutMs) => {
mergeUrl.searchParams.set("timeout_ms", `${timeoutMs}`);