diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 246d2ec83..b4a1cdef1 100755 --- a/iguana/iguana_notary.c +++ b/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++) {