mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 00:04:55 +00:00
followup
This commit is contained in:
+1
-1
Submodule drongo updated: de87ab1102...78359961f3
@@ -262,6 +262,10 @@ public class DbPersistence implements Persistence {
|
||||
BlockTransaction blkTx = wallet.getTransactions().get(txid);
|
||||
blockTransactionDao.addOrUpdate(wallet, txid, blkTx);
|
||||
}
|
||||
if(!dirtyPersistables.clearHistory) {
|
||||
DetachedLabelDao detachedLabelDao = handle.attach(DetachedLabelDao.class);
|
||||
detachedLabelDao.clearAndAddAll(wallet);
|
||||
}
|
||||
}
|
||||
|
||||
if(dirtyPersistables.label != null) {
|
||||
|
||||
Reference in New Issue
Block a user