mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00:00
Fix KeyChainGroup.toString double keys output
This commit is contained in:
parent
299879c418
commit
fa3037a4b2
@ -868,8 +868,6 @@ public class KeyChainGroup {
|
|||||||
for (ECKey key : chain.getKeys())
|
for (ECKey key : chain.getKeys())
|
||||||
formatKeyWithAddress(includePrivateKeys, key, builder2);
|
formatKeyWithAddress(includePrivateKeys, key, builder2);
|
||||||
}
|
}
|
||||||
for (ECKey key : chain.getKeys())
|
|
||||||
formatKeyWithAddress(includePrivateKeys, key, builder2);
|
|
||||||
chainStrs.add(builder2.toString());
|
chainStrs.add(builder2.toString());
|
||||||
}
|
}
|
||||||
builder.append(Joiner.on(String.format("%n")).join(chainStrs));
|
builder.append(Joiner.on(String.format("%n")).join(chainStrs));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user