Clear info N
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user