From 79a4714c7e89fe35826a7995d4d267c6c9e21ed7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 4 Mar 2017 11:55:54 +0200 Subject: [PATCH 1/2] Test --- basilisk/jumblr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basilisk/jumblr.c b/basilisk/jumblr.c index ab01e1637..f22d14e7b 100755 --- a/basilisk/jumblr.c +++ b/basilisk/jumblr.c @@ -302,7 +302,7 @@ void jumblr_opidsupdate(struct supernet_info *myinfo,struct iguana_info *coin) { if ( ptr->status == 0 ) jumblr_opidupdate(myinfo,coin,ptr); - printf("%d: %s -> %s %.8f\n",ptr->status,ptr->src,ptr->dest,dstr(ptr->amount)); + //printf("%d: %s -> %s %.8f\n",ptr->status,ptr->src,ptr->dest,dstr(ptr->amount)); if ( jumblr_addresstype(myinfo,coin,ptr->src) == 'z' && jumblr_addresstype(myinfo,coin,ptr->dest) == 't' ) jumblr_prune(myinfo,coin,ptr); } From 6b26261d96758d5f91bf6d0ff4232db0381a22c7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 4 Mar 2017 11:56:13 +0200 Subject: [PATCH 2/2] Test --- iguana/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/main.c b/iguana/main.c index 55ca8824c..986764423 100755 --- a/iguana/main.c +++ b/iguana/main.c @@ -747,7 +747,7 @@ void iguana_urlinit(struct supernet_info *myinfo,int32_t ismainnet,int32_t usess void jumblr_loop(void *ptr) { - struct iguana_info *coin; uint32_t t; struct supernet_info *myinfo = ptr; int32_t mult = 1; + struct iguana_info *coin; uint32_t t; struct supernet_info *myinfo = ptr; int32_t mult = 10; printf("JUMBLR loop\n"); while ( 1 ) {