This commit is contained in:
jl777
2019-07-15 02:16:12 -11:00
parent 28e10d71bf
commit 720bf6251b
4 changed files with 22 additions and 2 deletions

View File

@@ -563,7 +563,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> request) // received a req
pfrom->PushMessage("nSPV",response);
pfrom->prevtimes[ind] = timestamp;
}
NSPV_mempoolresp_purge(&T);
NSPV_mempoolresp_purge(&M);
}
} else fprintf(stderr,"len.%d req1.%d\n",len,request[1]);
}