From e0d4f7e4af81686ff719448b86512accc89d7ac3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Jun 2023 16:29:35 +0200 Subject: wallet-core: properly make coins visible after refresh --- packages/taler-wallet-core/src/operations/refresh.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index caa5f9c9f..65346a923 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -761,6 +761,7 @@ async function refreshReveal( for (const coin of coins) { await makeCoinAvailable(ws, tx, coin); } + await makeCoinsVisible(ws, tx, transactionId); await tx.refreshGroups.put(rg); }); logger.trace("refresh finished (end of reveal)"); -- cgit v1.2.3