This commit is contained in:
jl777
2017-01-16 13:42:48 +02:00
parent 4a6c805b0d
commit fa73aa673e
2 changed files with 2 additions and 2 deletions

View File

@@ -395,7 +395,7 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t
{
if ( (json= cJSON_Parse(jsonstr)) != 0 )
{
if ( (txjson= jobj(json,"result")) != 0 && (vouts= jarray(&n,txjson,(char *)"vout")) > 0 )
if ( (txjson= jobj(json,(char *)"result")) != 0 && (vouts= jarray(&n,txjson,(char *)"vout")) > 0 )
{
vout = jitem(vouts,n-1);
printf("vout.(%s)\n",jprint(vout,0));