This commit is contained in:
jl777
2016-11-07 20:04:20 -03:00
parent d48f470fb6
commit e0bf88b064
2 changed files with 5 additions and 4 deletions

View File

@@ -368,7 +368,8 @@ 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);
if ( ASSETCHAINS_SYMBOL[0] != 0 )
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();

View File

@@ -257,9 +257,9 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
}
else
{
for (j=0; j<32; j++)
printf("%02x",((uint8_t *)&txids[i-1])[j]);
printf(" cant paxfind txid\n");
//for (j=0; j<32; j++)
// printf("%02x",((uint8_t *)&txids[i-1])[j]);
//printf(" cant paxfind txid\n");
}
komodo_paxmark(height,&space,txids[i-1],vouts[i-1],height);
}