Skip to content

Commit

Permalink
WalletAppKit: delete dead store.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Aug 23, 2014
1 parent 03c8cf5 commit 4610490
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ protected void startUp() throws Exception {
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) {
Expand Down

0 comments on commit 4610490

Please sign in to comment.