3
0
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:
Mike Hearn 2014-08-23 21:20:14 +02:00
parent 03c8cf5927
commit 46104903fb

View File

@ -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) {