From 64843a7d47e9f9b2a8c856c8a182f4df4cbfae80 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jan 2018 12:47:37 +0700 Subject: [PATCH] Test --- iguana/dpow/dpow_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index 553526995..89b68c722 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -201,7 +201,7 @@ void iguana_notarystats(char *fname,int32_t totals[64],int32_t dispflag) totals[i]++; } prevheight = height; - } + } else break; } if ( iter == 0 ) fseek(fp,startfpos,SEEK_SET);