This commit is contained in:
jl777
2016-10-18 17:35:04 -03:00
parent eab0d89cb7
commit a0344f9052
2 changed files with 21 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp)
return(0);
}
void komodo_connectblock(CBlockIndex *pindex,CBlock& block,CCoinsViewCache& view)
void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
{
char *scriptstr,*opreturnstr; uint32_t notarizedheight; uint8_t opret[256];
int32_t i,j,k,opretlen,len,numvins,numvouts,height,txn_count; uint256 kmdtxid,btctxid;