diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index c95ccf006..765010375 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -27,7 +27,7 @@ void komodo_gateway_iteration(char *symbol) free(retstr); if ( (retstr= komodo_issuemethod((char *)"listtransactions",0,7771)) != 0 ) { - //printf("LIST.(%s)\n",retstr); + printf("LIST.(%s)\n",retstr); if ( (listobj= cJSON_Parse(retstr)) != 0 ) { if ( (num= cJSON_GetArraySize(listobj)) > 0 ) @@ -35,7 +35,7 @@ void komodo_gateway_iteration(char *symbol) for (i=0; i