From b9f1c93ebb1346226c0b093cba32b0bef7201453 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Jan 2017 18:56:41 +0200 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 cbd12f252..14b7e7fef 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -1050,7 +1050,7 @@ int32_t dpow_issuer_iteration(struct dpow_info *dp,struct iguana_info *coin,int3 { if ( (result= jobj(infoobj,(char *)"result")) != 0 && (currentheight= jint(result,(char *)"blocks")) != 0 ) { - for (i=0; i<100 && height<=currentheight; i++,height++) + for (i=0; i<500 && height<=currentheight; i++,height++) { /*fprintf(stderr,"%s.%d ",coin->symbol,height); if ( (height % 10) == 0 )