mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
DeterministicKeyChain.Builder: Use constant for default entrophy.
This commit is contained in:
@@ -162,7 +162,7 @@ public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
|
||||
public static class Builder<T extends Builder<T>> {
|
||||
protected SecureRandom random;
|
||||
protected int bits = 128;
|
||||
protected int bits = DeterministicSeed.DEFAULT_SEED_ENTROPY_BITS;
|
||||
protected String passphrase;
|
||||
protected long seedCreationTimeSecs;
|
||||
protected byte[] entropy;
|
||||
|
Reference in New Issue
Block a user