This commit is contained in:
jl777
2016-10-25 11:59:33 -03:00
parent 4aa2c64e7b
commit 9b0e1808f3
3 changed files with 116 additions and 0 deletions

View File

@@ -263,6 +263,10 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
uint8_t scriptbuf[4096],pubkeys[64][33]; uint256 kmdtxid,btctxid,txhash;
int32_t i,j,k,numvalid,specialtx,notarizedheight,notaryid,len,numvouts,numvins,height,txn_count,flag;
komodo_init();
#ifdef KOMODO_ISSUER
komodo_gateway_issuer();
#else
#endif
if ( pindex != 0 )
{
height = pindex->nHeight;