This commit is contained in:
jl777
2016-11-18 10:52:07 -03:00
parent 37e7db0873
commit ff811cc59a

View File

@@ -151,7 +151,7 @@ void komodo_notarysinit(int32_t origheight,uint8_t pubkeys[64][33],int32_t num)
{
if ( Pubkeys[i].height != 0 && height < hwmheight )
{
printf("Pubkeys[%d].height %d < %d hwmheight, i.%d\n",i,Pubkeys[i].height,hwmheight);
printf("Pubkeys[%d].height %d < %d hwmheight\n",i,Pubkeys[i].height,hwmheight);
break;
}
Pubkeys[i] = N;