mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
DeterministicKeyChain: In toString(), print lookahead size and threshold.
This commit is contained in:
@@ -1392,6 +1392,7 @@ public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
builder.append("Ouput script type: ").append(outputScriptType).append('\n');
|
||||
builder.append("Key to watch: ").append(watchingKey.serializePubB58(params, outputScriptType))
|
||||
.append('\n');
|
||||
builder.append("Lookahead siz/thr: ").append(lookaheadSize).append('/').append(lookaheadThreshold).append('\n');
|
||||
formatAddresses(includePrivateKeys, aesKey, params, builder);
|
||||
return builder.toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user