mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
add note on address listing
This commit is contained in:
parent
150f65e7bd
commit
0f89327f35
2 changed files with 2 additions and 1 deletions
2
drongo
2
drongo
|
@ -1 +1 @@
|
|||
Subproject commit 18036268e52af8ed8cd5a289f478b302fb415255
|
||||
Subproject commit 66d4e11bf6f05da79d67c955b9b1cb37095360f4
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue