This commit is contained in:
jl777
2016-11-06 12:00:37 -03:00
parent 715172468a
commit a7f0d3e492
2 changed files with 9 additions and 0 deletions

View File

@@ -398,6 +398,7 @@ void komodo_gateway_iteration(char *symbol)
{
if ( (result= jobj(infoobj,(char *)"result")) != 0 && (kmdheight= jint(result,(char *)"blocks")) != 0 )
{
printf("gateway KMDHEIGHT.%d kmdheight.%d\n",KMDHEIGHT,kmdheight);
for (i=0; i<1000 && KMDHEIGHT<kmdheight; i++,KMDHEIGHT++)
{
if ( (KMDHEIGHT % 10) == 0 )