mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 07:12:17 +00:00
WalletAppKit: delete dead store.
This commit is contained in:
parent
03c8cf5927
commit
46104903fb
@ -251,7 +251,7 @@ public class WalletAppKit extends AbstractIdleService {
|
||||
vStore = new SPVBlockStore(params, chainFile);
|
||||
if ((!chainFileExists || restoreFromSeed != null) && checkpoints != null) {
|
||||
// Initialize the chain file with a checkpoint to speed up first-run sync.
|
||||
long time = Long.MAX_VALUE;
|
||||
long time;
|
||||
if (restoreFromSeed != null) {
|
||||
time = restoreFromSeed.getCreationTimeSeconds();
|
||||
if (chainFileExists) {
|
||||
|
Loading…
Reference in New Issue
Block a user