]> Git Repo - VerusCoin.git/blobdiff - src/komodo_gateway.h
test
[VerusCoin.git] / src / komodo_gateway.h
index c3a88b12daa7a3dfc2e896054759ab7b68959236..aa7bd402fc83be45d02c1fec13c6b8c198fdc775 100644 (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) )
This page took 0.021584 seconds and 4 git commands to generate.