Clear info N

This commit is contained in:
jl777
2019-07-11 01:33:53 -11:00
parent 3501a9cd4c
commit 2a771477ce
2 changed files with 2 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ int32_t NSPV_getinfo(struct NSPV_inforesp *ptr,int32_t reqheight)
{
ptr->height = pindex->GetHeight();
ptr->blockhash = pindex->GetBlockHash();
memset(&pair,0,sizeof(pair));
if ( NSPV_getntzsresp(&pair,ptr->height-1) < 0 )
return(-1);
ptr->notarization = pair.prevntz;

View File

@@ -85,7 +85,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector<unsigned char>& vchSig,
}
else
{
fprintf(stderr,"signed success %s\n",(char *)HexStr(vchSig).c_str());
//fprintf(stderr,"signed success %s\n",(char *)HexStr(vchSig).c_str());
}
}
else