wallet-core: properly make coins visible after refresh

This commit is contained in:
Florian Dold 2023-06-30 16:29:35 +02:00
parent d4ee961387
commit e0d4f7e4af
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

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