From 3cf4a0e886fd26200f69955bb373916e3a07706a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 8 Oct 2016 18:18:22 -0300 Subject: [PATCH] test --- basilisk/basilisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basilisk/basilisk.c b/basilisk/basilisk.c index 2e2aec3ba..7ff5b91a7 100755 --- a/basilisk/basilisk.c +++ b/basilisk/basilisk.c @@ -931,7 +931,7 @@ void basilisk_iteration(struct supernet_info *myinfo) void basilisks_loop(void *arg) { - static uint32_t counter; + //static uint32_t counter; struct supernet_info *myinfo = arg; int32_t iter; double startmilli,endmilli; iter = 0; while ( 1 ) @@ -942,7 +942,7 @@ void basilisks_loop(void *arg) basilisk_p2pQ_process(myinfo,777); if ( myinfo->NOTARY.RELAYID >= 0 ) { - if ( (counter++ % 20) == 0 ) + //if ( (counter++ % 20) == 0 ) iguana_dPoWupdate(myinfo); endmilli = startmilli + 500; }