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
@@ -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) {