From 89c31df88fa3f813b9df5c33ee74d9babbf3edac Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jan 2018 14:41:42 +0700 Subject: [PATCH] Test --- iguana/iguana_notary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {