Browse Source

Test

pull/4/head
jl777 7 years ago
parent
commit
e0446653ba
  1. 2
      src/init.cpp

2
src/init.cpp

@ -1461,7 +1461,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
if (mapArgs.count("-blocknotify"))
uiInterface.NotifyBlockTip.connect(BlockNotifyCallback);
if ( KOMODO_REWIND == 0 )
if ( KOMODO_REWIND >= 0 )
{
uiInterface.InitMessage(_("Activating best chain..."));
// scan for better chains in the block chain database, that are not yet connected in the active best chain

Loading…
Cancel
Save