This commit is contained in:
Craig Raw
2022-02-09 13:23:50 +02:00
parent 7aeca7ebd3
commit dd7a3a6c8a
2 changed files with 5 additions and 1 deletions
+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) {