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)");