This commit is contained in:
jl777
2019-07-25 04:47:23 -11:00
parent fdf6f610f9
commit 71610bb266

View File

@@ -538,7 +538,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> request) // received a req
{
response.resize(1 + slen);
response[0] = NSPV_INFORESP;
//fprintf(stderr,"slen.%d\n",slen);
fprintf(stderr,"version.%d\n",I.version);
if ( NSPV_rwinforesp(1,&response[1],&I) == slen )
{
//fprintf(stderr,"send info resp to id %d\n",(int32_t)pfrom->id);