This commit is contained in:
jl777
2016-10-25 20:12:46 -03:00
parent ae656a836e
commit 7eeb76e9ac

View File

@@ -15,7 +15,7 @@
void komodo_gateway_iteration(char *symbol)
{
char *retstr; int32_t i,num; cJSON *item,*array,*listobj; static uint32_t r,n,counter=0;
char *retstr,*coinaddr; int32_t i,num; cJSON *item,*array,*listobj; static uint32_t r,n,counter=0;
if ( r == 0 )
r = rand();
if ( (counter++ % 10) == (r % 10) )