Browse Source

Test

etomic
jl777 7 years ago
parent
commit
89c31df88f
  1. 2
      iguana/iguana_notary.c

2
iguana/iguana_notary.c

@ -583,7 +583,7 @@ void _iguana_notarystats(char *fname,int32_t totals[64],int32_t dispflag)
printf("found reversed height %d vs %d\n",height,prevheight);
else printf("fpos.%ld fatal unexpected height reversal %d vs %d\n",fpos,height,prevheight);
}
if ( iter == 1 && height >= 180000 )
if ( iter == 1 && (height >= 180000 || strcmp(fname,"signedmasks") != 0) )
{
for (i=0; i<64; i++)
{

Loading…
Cancel
Save