From 794839f38e9d9097cf3f4743042a9518de2fb93d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 9 Jul 2019 01:09:06 -1100 Subject: [PATCH] From --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ac5b8b48b..2ef31147e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);