Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.12.0.x refactor IsBlockchainSynced #472

Merged
merged 1 commit into from
Aug 3, 2015
Merged

V0.12.0.x refactor IsBlockchainSynced #472

merged 1 commit into from
Aug 3, 2015

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Aug 3, 2015

  • Get rid of IsInitialBlockDownload() in CMasternodeSync::Process() but use fImporting and fReindex in IsBlockchainSynced() (should help in other places where IsBlockchainSynced() is used too)
  • Lock sync state: once it's synced will stay true. Otherwise could go un-synced on long (10min+) blocks.

eduffield222 pushed a commit that referenced this pull request Aug 3, 2015
@eduffield222 eduffield222 merged commit 66c3cc1 into dashpay:v0.12.0.x Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants