sleep(1);
This commit is contained in:
@@ -520,6 +520,7 @@ int32_t NSPV_notarizationextract(int32_t verifyntz,int32_t *ntzheightp,uint256 *
|
||||
GetOpReturnData(tx.vout[1].scriptPubKey,opret);
|
||||
if ( opret.size() >= 32*2+4 )
|
||||
{
|
||||
sleep(1);
|
||||
*desttxidp = NSPV_opretextract(ntzheightp,blockhashp,symbol,opret,tx.GetHash());
|
||||
komodo_notaries(elected,*ntzheightp,NSPV_blocktime(*ntzheightp));
|
||||
if ( verifyntz != 0 && (numsigs= NSPV_fastnotariescount(tx,elected)) < 12 )
|
||||
|
||||
@@ -393,7 +393,7 @@ uint32_t NSPV_blocktime(int32_t hdrheight)
|
||||
NSPV_getinfo_req(hdrheight);
|
||||
if ( NSPV_inforesult.hdrheight == hdrheight )
|
||||
{
|
||||
//fprintf(stderr,"NSPV_blocktime ht.%d -> t%u\n",hdrheight,NSPV_inforesult.H.nTime);
|
||||
fprintf(stderr,"NSPV_blocktime ht.%d -> t%u\n",hdrheight,NSPV_inforesult.H.nTime);
|
||||
return(NSPV_inforesult.H.nTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user