From 4e481a51c64084db21d3eea513b13a7a3bd6603a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 26 Nov 2020 22:14:46 +0100 Subject: more static typing for transactions (fixes #6653) --- packages/taler-wallet-core/src/operations/tip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index cbf61a86c..bf565b9b2 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -285,7 +285,7 @@ async function processTipImpl( ); if (!isValid) { - await ws.db.runWithWriteTransaction([Stores.planchets], async (tx) => { + await ws.db.runWithWriteTransaction([Stores.tips], async (tx) => { const tipRecord = await tx.get(Stores.tips, walletTipId); if (!tipRecord) { return; -- cgit v1.2.3