DeterministicKeyChain: make seed final

This commit is contained in:
Sean Gilligan 2022-04-14 17:07:10 -07:00 committed by Andreas Schildbach
parent b411b3f645
commit 3ea28bfca5

View File

@ -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;