This commit is contained in:
jl777
2019-07-04 02:22:46 -11:00
parent 8716c19652
commit 68f61aea99

View File

@@ -7231,7 +7231,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
{ {
if ( (pfrom->nServices & NODE_NSPV) == 0 ) if ( (pfrom->nServices & NODE_NSPV) == 0 )
{ {
fprintf(stderr,"invalid nSPV peer.%d\n",pfrom->id); //fprintf(stderr,"invalid nSPV peer.%d\n",pfrom->id);
pfrom->fDisconnect = true; pfrom->fDisconnect = true;
return false; return false;
} }