aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-10 19:47:59 +0100
committerFlorian Dold <florian@dold.me>2023-02-10 19:47:59 +0100
commit16408595945b83dcc8dc773cc5c1c84eb36ecb2b (patch)
tree938850d1aa051b5b83a0f65172ee70b7bdf72aca /packages/taler-wallet-core
parent8d008641a02c4bc0637b514b55fa414d420b8591 (diff)
downloadwallet-core-16408595945b83dcc8dc773cc5c1c84eb36ecb2b.tar.xz
taler-wallet-cli: stop wallet properly
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index cb1627c1e..5c9854c0f 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -2040,7 +2040,7 @@ export async function createManualWithdrawal(
x.exchangeDetails,
x.exchangeTrust,
])
- .runReadWrite(async (tx) => {
+ .runReadOnly(async (tx) => {
return await getFundingPaytoUris(tx, withdrawalGroup.withdrawalGroupId);
});