commit 3819d49e5e4c909a67996b45420326eb698dd4e5 parent f4c9b2551d9e217e8a1411b50cfa9d756137b7ce Author: Florian Dold <florian@dold.me> Date: Fri, 13 Mar 2026 16:53:57 +0100 wallet-core: use new wrapper Diffstat:
| M | packages/taler-wallet-core/src/pay-peer-push-debit.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/pay-peer-push-debit.ts b/packages/taler-wallet-core/src/pay-peer-push-debit.ts @@ -1029,7 +1029,7 @@ export async function initiatePeerPushDebit( let exchangeBaseUrl; - await wex.db.runAllStoresReadWriteTx({}, async (tx) => { + await wex.runLegacyWalletDbTx(async (tx) => { const coinSelRes = await selectPeerCoinsInTx(wex, tx, { instructedAmount, // Any (single!) exchange that is in scope works.