Syntax
This commit is contained in:
@@ -340,7 +340,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> request) // received a req
|
||||
iguana_rwnum(0,&request[1],sizeof(reqheight),&reqheight);
|
||||
fprintf(stderr,"request height.%d\n",reqheight);
|
||||
memset(&I,0,sizeof(I));
|
||||
if ( (slen= NSPV_getinfo(&I,height)) > 0 )
|
||||
if ( (slen= NSPV_getinfo(&I,reqheight)) > 0 )
|
||||
{
|
||||
response.resize(1 + slen);
|
||||
response[0] = NSPV_INFORESP;
|
||||
|
||||
Reference in New Issue
Block a user