From 593631da262c1309d5a6a4098a65c3b4d7c2d221 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 20 Mar 2018 21:18:20 +0200 Subject: [PATCH] Test --- iguana/iguana_notary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 9faf49570..38e73843e 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -135,9 +135,9 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he if ( OS_thread_create((void *)((uint64_t)&ptrs[5] + sizeof(struct dpow_checkpoint)),NULL,(void *)dpow_statemachinestart,(void *)ptrs) != 0 ) { } - if ( ht > 100 ) + if ( ht > 1000 ) { - for (i=ht-100; i>=0; i--) + for (i=ht-1000; i>=0; i--) { if ( (i % 100) != 0 && (bp= dp->blocks[i]) != 0 && bp->state == 0xffffffff ) {