This commit is contained in:
jl777
2018-11-23 20:40:01 -11:00
parent 44671f5d7c
commit 02cdab9d94

View File

@@ -5194,7 +5194,7 @@ bool ProcessNewBlock(bool from_miner,int32_t height,CValidationState &state, CNo
{
if ( KOMODO_INSYNC == 0 )
{
fprintf(stderr,"request headers from failed process block peer\n");
//fprintf(stderr,"request headers from failed process block peer\n");
pfrom->PushMessage("getheaders", chainActive.GetLocator(chainActive.LastTip()), uint256());
}
return error("%s: AcceptBlock FAILED", __func__);