Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Josh Wilcox
crown-core
Commits
f8d4f239
Commit
f8d4f239
authored
9 years ago
by
UdjinM6
Browse files
Options
Download
Email Patches
Plain Diff
do not sync while IBD
parent
93cd0eab
master
89-merge-0.11-1st-stage
89-merge-bitcoin-latest-changes-0.10
Current-dev
DNSSeeds
add-testnet-option-to-script
bitcore
calculate-score-unit-tests
connect-to-docker-delivery-pipeline
fix-dash-copyright-violations
make-instant-send-default
setup-script-edits
test-other-gitlab-runner-branch-to-be-deleted-if-completes
translation-doc-updates
v0.12.4.1
v0.12.4.0
v0.12.2.0
v0.12.1.0
v0.12.0.61
bitcore-bin-005
bitcore-bin-004
bitcore-bin-003
bitcore-bin-002
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/masternode-sync.cpp
+2
-0
src/masternode-sync.cpp
with
2 additions
and
0 deletions
+2
-0
src/masternode-sync.cpp
View file @
f8d4f239
...
...
@@ -133,6 +133,8 @@ void CMasternodeSync::Process()
return
;
}
if
(
IsInitialBlockDownload
())
return
;
//don't begin syncing until we're almost at a recent block
if
(
pindexPrev
->
nHeight
+
4
<
pindexBestHeader
->
nHeight
&&
pindexPrev
->
nTime
+
600
<
GetTime
())
return
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help