mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-16 20:37:50 +00:00
Cache deterministic seed
This commit is contained in:
@@ -153,7 +153,7 @@ public class WalletSettingsController {
|
||||
Main.instance.controller.restoreFromSeedAnimation();
|
||||
|
||||
long birthday = datePicker.getValue().atStartOfDay().toEpochSecond(ZoneOffset.UTC);
|
||||
DeterministicSeed seed = new DeterministicSeed(Splitter.on(' ').splitToList(wordsArea.getText()), "", birthday);
|
||||
DeterministicSeed seed = new DeterministicSeed(Splitter.on(' ').splitToList(wordsArea.getText()), null, "", birthday);
|
||||
// Shut down bitcoinj and restart it with the new seed.
|
||||
Main.bitcoin.addListener(new Service.Listener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user