Browse Source

Test

etomic
jl777 8 years ago
parent
commit
3ca5e80423
  1. 4
      basilisk/jumblr.c

4
basilisk/jumblr.c

@ -332,10 +332,10 @@ 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;
//r = 0;
if ( strcmp(coin->symbol,"KMD") == 0 && coin->FULLNODE < 0 )
{
printf("JUMBLR selector.%d modval.%d r.%d\n",selector,modval,r&7);
//printf("JUMBLR selector.%d modval.%d r.%d\n",selector,modval,r&7);
switch ( selector )
{
case 0: // public -> z, need to importprivkey

Loading…
Cancel
Save