mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
follow up
This commit is contained in:
parent
67bc479ae9
commit
d489aa6af9
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ public class WalletNode extends Persistable implements Comparable<WalletNode> {
|
|||
copy.setId(getId());
|
||||
copy.setLabel(label);
|
||||
|
||||
for(WalletNode child : new ArrayList<>(getChildren())) {
|
||||
for(WalletNode child : getChildren()) {
|
||||
copy.children.add(child.copy(walletCopy));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue