This commit is contained in:
jl777
2019-07-08 06:25:15 -11:00
parent 86fe5d41d9
commit ea2fd93812

View File

@@ -170,7 +170,7 @@ void komodo_nSPV(CNode *pto) // polling loop from SendMessages
len = 0;
msg[len++] = NSPV_INFO;
len += iguana_rwnum(1,&msg[len],sizeof(reqht),&reqht);
//fprintf(stderr,"issue getinfo\n");
fprintf(stderr,"issue getinfo\n");
NSPV_req(pto,msg,len,NODE_NSPV,NSPV_INFO>>1);
}
}