Skip to content

Commit

Permalink
Remove obsolete block order check status message
Browse files Browse the repository at this point in the history
The out of order block check is no longer done with Bitcoin Core 0.10, and the status reporting was a leftover.
  • Loading branch information
dexX7 committed Apr 15, 2015
1 parent 8fb73fc commit 79749e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1104,8 +1104,6 @@ bool AppInit2(boost::thread_group& threadGroup)

// ********************************************************* Step 7.5: load omni core

uiInterface.InitMessage(_("Performing out of order block detection..."));

if (fDisableWallet) {
return InitError(_(
"Disabled wallet detected.\n\n"
Expand Down

0 comments on commit 79749e9

Please sign in to comment.