mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
DeterministicKeyChain Builder - add seedCreationTimeSecs()
This commit is contained in:
@@ -220,6 +220,11 @@ public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
return self();
|
||||
}
|
||||
|
||||
public T seedCreationTimeSecs(long seedCreationTimeSecs) {
|
||||
this.seedCreationTimeSecs = seedCreationTimeSecs;
|
||||
return self();
|
||||
}
|
||||
|
||||
/** The passphrase to use with the generated mnemonic, or null if you would like to use the default empty string. Currently must be the empty string. */
|
||||
public T passphrase(String passphrase) {
|
||||
// FIXME support non-empty passphrase
|
||||
|
Reference in New Issue
Block a user