This commit is contained in:
jl777
2018-04-12 12:03:29 +03:00
parent 847f8d4639
commit b11b284526
2 changed files with 12 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ char *komodo_MoMoMdata(char *symbol,int32_t kmdheight,int32_t notarized_height)
if ( tree != 0 )
free(tree);
jadd(retjson,(char *)"offsets",pairs);
fprintf(stderr,"%s\n",jprint(retjson,0));
return(jprint(retjson,1));
}