mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
KeyChainGroup: Remove not precise comment.
This constructor is in fact "Used for deserialization" but not only for deserialization.
This commit is contained in:
committed by
Andreas Schildbach
parent
b9c2b61712
commit
39386853a1
@@ -115,7 +115,6 @@ public class KeyChainGroup implements KeyBag {
|
||||
this(params, null, ImmutableList.of(watch ? DeterministicKeyChain.watch(accountKey) : DeterministicKeyChain.spend(accountKey)), null, null);
|
||||
}
|
||||
|
||||
// Used for deserialization.
|
||||
private KeyChainGroup(NetworkParameters params, @Nullable BasicKeyChain basicKeyChain, List<DeterministicKeyChain> chains,
|
||||
@Nullable EnumMap<KeyChain.KeyPurpose, DeterministicKey> currentKeys, @Nullable KeyCrypter crypter) {
|
||||
this.params = params;
|
||||
|
Reference in New Issue
Block a user