Version
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user