This commit is contained in:
jl777
2016-10-18 14:20:09 -03:00
parent acb1f4f19d
commit 6f4c9a66a4

View File

@@ -80,6 +80,7 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp)
printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr); printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr);
break; break;
} }
printf("ht.%d (%s)\n",height,coinbasestr);
} }
// compare against elected notary pubkeys as of height // compare against elected notary pubkeys as of height
return(0); return(0);
@@ -110,7 +111,8 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
continue; continue;
} }
if ( strncmp(scriptstr,CRYPTO777_PUBSECPSTR,66) == 0 ) if ( strncmp(scriptstr,CRYPTO777_PUBSECPSTR,66) == 0 )
printf("ht.%d txi.%d (%s)\n",height,i,scriptstr); printf(">>>>>>>> ");
printf("ht.%d txi.%d (%s)\n",height,i,scriptstr);
} }
} else printf("komodo_connectblock: unexpected null pindex\n"); } else printf("komodo_connectblock: unexpected null pindex\n");
} }