This commit is contained in:
jl777
2019-07-09 01:09:06 -11:00
parent bab3e6a1b8
commit 794839f38e

View File

@@ -7245,7 +7245,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
if ( KOMODO_NSPV != 0 )
{
fprintf(stderr,"peer nServices.%llx nSPV peer.%d\n",(long long)pform->nServices,pfrom->id);
fprintf(stderr,"peer nServices.%llx nSPV peer.%d\n",(long long)pfrom->nServices,pfrom->id);
if ( (pfrom->nServices & NODE_NSPV) == 0 )
{
//fprintf(stderr,"invalid nSPV peer.%d\n",pfrom->id);