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.resize(1 + slen);
|
||||||
response[0] = NSPV_INFORESP;
|
response[0] = NSPV_INFORESP;
|
||||||
fprintf(stderr,"version.%d\n",I.version);
|
//fprintf(stderr,"version.%d\n",I.version);
|
||||||
if ( NSPV_rwinforesp(1,&response[1],&I) == slen )
|
if ( NSPV_rwinforesp(1,&response[1],&I) == slen )
|
||||||
{
|
{
|
||||||
//fprintf(stderr,"send info resp to id %d\n",(int32_t)pfrom->id);
|
//fprintf(stderr,"send info resp to id %d\n",(int32_t)pfrom->id);
|
||||||
|
|||||||
Reference in New Issue
Block a user