This commit is contained in:
blackjok3r
2018-09-25 18:29:52 +08:00
parent aeeec99a0b
commit 744c644904

View File

@@ -845,7 +845,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
for (j=0; j<numvins; j++)
{
if ( i == 0 && j == 0 )
printf("NUM VINS is ZERO aborting here?\n", );
printf("NUM VINS is ZERO aborting here?\n");
continue;
if ( (scriptlen= gettxout_scriptPubKey(scriptPubKey,sizeof(scriptPubKey),block.vtx[i].vin[j].prevout.hash,block.vtx[i].vin[j].prevout.n)) > 0 )
{