This commit is contained in:
jl777
2016-11-07 19:51:59 -03:00
parent 31e168dfa1
commit d48f470fb6
2 changed files with 4 additions and 3 deletions

View File

@@ -368,6 +368,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
{
height = pindex->nHeight;
txn_count = block.vtx.size();
printf("%s ht.%d connect txn_count.%d\n",ASSETCHAINS_SYMBOL,height,txn_count);
for (i=0; i<txn_count; i++)
{
txhash = block.vtx[i].GetHash();