This commit is contained in:
jl777
2016-10-18 21:42:49 -03:00
parent 52275d6796
commit 1f8f77cb2e

View File

@@ -292,7 +292,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block)
break;
}
}
if ( k >= 0 )
if ( notaryid >= 0 )
printf("k.%d %s ht.%d txi.%d in.%d out.%d vout.%d (%s)\n",notaryid,k>=0?Notaries[notaryid][0]:"",height,i,numvins,numvouts,j,txhash.ToString().c_str());
}
for (j=0; j<numvins; j++)