mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
Remove misleading log statement.
This commit is contained in:
parent
4303a253c8
commit
298cccfe4f
@ -152,7 +152,6 @@ public class KeyChainGroup implements KeyBag {
|
|||||||
* Useful for adding a complex pre-configured keychain, such as a married wallet.
|
* Useful for adding a complex pre-configured keychain, such as a married wallet.
|
||||||
*/
|
*/
|
||||||
public void addAndActivateHDChain(DeterministicKeyChain chain) {
|
public void addAndActivateHDChain(DeterministicKeyChain chain) {
|
||||||
log.info("Creating and activating a new HD chain: {}", chain);
|
|
||||||
for (ListenerRegistration<KeyChainEventListener> registration : basic.getListeners())
|
for (ListenerRegistration<KeyChainEventListener> registration : basic.getListeners())
|
||||||
chain.addEventListener(registration.listener, registration.executor);
|
chain.addEventListener(registration.listener, registration.executor);
|
||||||
if (lookaheadSize >= 0)
|
if (lookaheadSize >= 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user