This commit is contained in:
jl777
2016-11-19 18:09:04 -03:00
parent 43450135b5
commit e4d89f433c
3 changed files with 4 additions and 2 deletions

View File

@@ -598,7 +598,7 @@ void komodo_passport_iteration()
{
if ( (infoobj= cJSON_Parse(retstr)) != 0 )
{
if ( (result= jobj(infoobj,"result")) != 0 )
if ( (result= jobj(infoobj,(char *)"result")) != 0 )
{
blocks = juint(infoobj,(char *)"blocks");
longest = juint(infoobj,(char *)"longestchain");