gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix store access list for rec


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix store access list for recoup
Date: Thu, 26 Mar 2020 16:17:19 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new c2e261e0 fix store access list for recoup
c2e261e0 is described below

commit c2e261e018b96d2966b849a470457090ba073393
Author: Florian Dold <address@hidden>
AuthorDate: Thu Mar 26 20:47:14 2020 +0530

    fix store access list for recoup
---
 src/operations/recoup.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operations/recoup.ts b/src/operations/recoup.ts
index 3c3d0f45..7eba8330 100644
--- a/src/operations/recoup.ts
+++ b/src/operations/recoup.ts
@@ -228,7 +228,7 @@ async function recoupRefreshCoin(
   }
 
   const refreshGroupId = await ws.db.runWithWriteTransaction(
-    [Stores.coins, Stores.reserves],
+    [Stores.coins, Stores.reserves, Stores.recoupGroups],
     async tx => {
       const recoupGroup = await tx.get(Stores.recoupGroups, recoupGroupId);
       if (!recoupGroup) {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]