allow updating with partial tx set

This commit is contained in:
Craig Raw 2020-09-17 15:09:12 +02:00
parent db8ef9e4a1
commit 5e281982cb

View file

@ -91,7 +91,6 @@ public class Wallet {
optionalLabel.ifPresent(blockTx::setLabel);
}
transactions.clear();
transactions.putAll(updatedTransactions);
}