This commit is contained in:
jl777
2019-07-14 23:34:25 -11:00
parent c0eada0781
commit c4489e98ac
3 changed files with 6 additions and 2 deletions

View File

@@ -472,6 +472,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> request) // received a req
memset(&T,0,sizeof(T));
if ( (slen= NSPV_getaddresstxids(&T,coinaddr,isCC,skipcount)) > 0 )
{
fprintf(stderr,"slen.%d\n",slen);
response.resize(1 + slen);
response[0] = NSPV_TXIDSRESP;
if ( NSPV_rwtxidsresp(1,&response[1],&T) == slen )