add note on address listing

This commit is contained in:
Craig Raw 2020-06-25 11:39:39 +02:00
parent 150f65e7bd
commit 0f89327f35
2 changed files with 2 additions and 1 deletions

2
drongo

@ -1 +1 @@
Subproject commit 18036268e52af8ed8cd5a289f478b302fb415255
Subproject commit 66d4e11bf6f05da79d67c955b9b1cb37095360f4

View file

@ -92,6 +92,7 @@ public class AddressTreeTable extends TreeTableView<Entry> {
}
public void updateHistory(List<WalletNode> updatedNodes) {
//We only ever add or replace child nodes - never remove in order to keep a full sequence
NodeEntry rootEntry = (NodeEntry)getRoot().getValue();
for(WalletNode updatedNode : updatedNodes) {