Browse Source

Merge pull request #285 from jl777/dev

Dev
win-cross
jl777 8 years ago
committed by GitHub
parent
commit
11fe774d5f
  1. 2
      basilisk/jumblr.c
  2. 2
      iguana/main.c

2
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);
}

2
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 )
{

Loading…
Cancel
Save