From bab3e6a1b800bffc4d070d9296830f7270a50fc1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 9 Jul 2019 01:07:27 -1100 Subject: [PATCH] +print --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 339f4e790..ac5b8b48b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7245,6 +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); if ( (pfrom->nServices & NODE_NSPV) == 0 ) { //fprintf(stderr,"invalid nSPV peer.%d\n",pfrom->id);