aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-04-30 13:23:23 +0200
committerFlorian Dold <florian@dold.me>2024-04-30 13:23:23 +0200
commit84adb1e78e49057cdcee15c71ad788f56bb0fff9 (patch)
treec8ab545301c61a03dd5759135f647070cc62c121 /packages/taler-wallet-core/src/wallet.ts
parent8b5d1276b9d9043e85cba91704c908ff544916e0 (diff)
downloadwallet-core-84adb1e78e49057cdcee15c71ad788f56bb0fff9.tar.xz
harness: test for withdrawal handover
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 8bfb6772f..fc612b189 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -904,7 +904,6 @@ async function dispatchRequestInternal(
case WalletApiOperation.GetWithdrawalDetailsForUri: {
const req = codecForGetWithdrawalDetailsForUri().decode(payload);
return await getWithdrawalDetailsForUri(wex, req.talerWithdrawUri, {
- notifyChangeFromPendingTimeoutMs: req.notifyChangeFromPendingTimeoutMs,
restrictAge: req.restrictAge,
});
}