Browse Source

Test

etomic
jl777 8 years ago
parent
commit
249f2846a4
  1. 1
      basilisk/jumblr.c

1
basilisk/jumblr.c

@ -236,6 +236,7 @@ void jumblr_iteration(struct supernet_info *myinfo,struct iguana_info *coin,int3
// if BTC has arrived in destination address, invoke DEX -> BTC
fee = JUMBLR_INCR * JUMBLR_FEE;
OS_randombytes(&r,sizeof(r));
r = 0;
if ( strcmp(coin->symbol,"KMD") == 0 && coin->FULLNODE < 0 )
{
printf("JUMBLR selector.%d modval.%d r.%d\n",selector,modval,r&7);

Loading…
Cancel
Save