This commit is contained in:
jl777
2018-04-15 21:59:12 +03:00
parent f56990f6f7
commit ee8a0545c0

View File

@@ -3439,7 +3439,7 @@ bool AcceptBlockHeader(const CBlockHeader& block, CValidationState& state, CBloc
return false;
}
}
fprintf(stderr,"return true pindex.%p %ppindex.%p\n",pindex,*ppindex);
fprintf(stderr,"return true pindex.%p ppindex.%p\n",pindex,*ppindex);
return true;
}