This commit is contained in:
jl777
2016-10-26 08:30:59 -03:00
parent d50e6f6308
commit bf9fca3ffe

View File

@@ -118,6 +118,7 @@ void komodo_gateway_iteration(char *symbol)
if ( (KMDHEIGHT % 1000) == 0 )
fprintf(stderr,"%s.%d ",symbol,KMDHEIGHT);
komodo_gateway_block(KMDHEIGHT,port);
usleep(1000);
}
}
free_json(infoobj);