mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
DeterministicKeyChain: make seed final
This commit is contained in:
parent
b411b3f645
commit
3ea28bfca5
@ -105,7 +105,7 @@ public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
|
||||
private DeterministicHierarchy hierarchy;
|
||||
@Nullable private DeterministicKey rootKey;
|
||||
@Nullable private DeterministicSeed seed;
|
||||
@Nullable private final DeterministicSeed seed;
|
||||
private final Script.ScriptType outputScriptType;
|
||||
private final HDPath accountPath;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user