Browse Source

Test

etomic
jl777 7 years ago
parent
commit
4dfa34bf90
  1. 3
      iguana/exchanges/LP_nativeDEX.c
  2. 2
      iguana/exchanges/LP_utxo.c

3
iguana/exchanges/LP_nativeDEX.c

@ -856,7 +856,8 @@ int32_t LP_reserved_msg(int32_t priority,char *base,char *rel,bits256 pubkey,cha
if ( num_Reserved_msgs[priority] > max_Reserved_msgs[priority] )
{
max_Reserved_msgs[priority] = num_Reserved_msgs[priority];
printf("New priority.%d max_Reserved_msgs.%d\n",priority,max_Reserved_msgs[priority]);
if ( (max_Reserved_msgs[priority] % 100) == 0 ))
printf("New priority.%d max_Reserved_msgs.%d\n",priority,max_Reserved_msgs[priority]);
}
portable_mutex_unlock(&LP_reservedmutex);
return(n);

2
iguana/exchanges/LP_utxo.c

@ -856,7 +856,7 @@ int32_t LP_iseligible(uint64_t *valp,uint64_t *val2p,int32_t iambob,char *symbol
}
return(1);
}
} // else printf("no val2\n");
} else printf("no val2 %.8f < threshold %.8f\n",dstr(val),dstr(threshold));
}
/*char str2[65];
if ( val != 0 && val2 != 0 )

Loading…
Cancel
Save