()
This commit is contained in:
@@ -438,7 +438,7 @@ int32_t NSPV_notarizationextract(int32_t *heightp,uint256 *blockhashp,uint256 *t
|
|||||||
GetOpReturnData(tx.vout[1].scriptPubKey,opret);
|
GetOpReturnData(tx.vout[1].scriptPubKey,opret);
|
||||||
if ( opret.size() >= 32*2+4*2 )
|
if ( opret.size() >= 32*2+4*2 )
|
||||||
*desttxidp = NSPV_opretextract(heightp,blockhashp,symbol,opret,4);
|
*desttxidp = NSPV_opretextract(heightp,blockhashp,symbol,opret,4);
|
||||||
fprintf(stderr,"ntzht.%d %s txid.%s\n",*heightp,*blockhashp.GetHex().c_str(),*desttxidp.GetHex().c_str());
|
fprintf(stderr,"ntzht.%d %s txid.%s\n",*heightp,(*blockhashp).GetHex().c_str(),(*desttxidp).GetHex().c_str());
|
||||||
*txidp = tx.GetHash();
|
*txidp = tx.GetHash();
|
||||||
return(0);
|
return(0);
|
||||||
} else return(-1);
|
} else return(-1);
|
||||||
|
|||||||
Reference in New Issue
Block a user