aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 18:43:37 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 18:43:37 +0200
commit1fcb55c84dc541e64ebbb2d16156bab275ff16c4 (patch)
tree2e0b3e3604cf70989b34c1b34f77ccf0e08d2060 /packages/taler-wallet-core/src/operations/withdraw.ts
parentcd9c3a143bc1ad88ce77d53c212a90f60660069a (diff)
downloadwallet-core-1fcb55c84dc541e64ebbb2d16156bab275ff16c4.tar.xz
remove ToS storage
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index 2b76613e7..b2b25144d 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -1856,7 +1856,6 @@ export async function getWithdrawalDetailsForUri(
.mktx((x) => [
x.exchanges,
x.exchangeDetails,
- x.exchangeTos,
x.denominations,
x.operationRetries,
])