Disable chain power in initial download
This commit is contained in:
@@ -2252,7 +2252,7 @@ bool IsInitialBlockDownload()
|
||||
fprintf(stderr,"nullptr in IsInitialDownload\n");
|
||||
return true;
|
||||
}
|
||||
if (ptr->chainPower < CChainPower(ptr, bigZero, minWork))
|
||||
if (0 && ptr->chainPower < CChainPower(ptr, bigZero, minWork))
|
||||
{
|
||||
fprintf(stderr,"chainpower insufficient in IsInitialDownload\n");
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user