wallet-core: properly make coins visible after refresh
This commit is contained in:
parent
d4ee961387
commit
e0d4f7e4af
@ -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)");
|
||||
|
Loading…
Reference in New Issue
Block a user