This commit is contained in:
jl777
2016-11-11 13:03:24 -03:00
parent 4c803a7efb
commit b6a7cb2ce0
4 changed files with 12 additions and 7 deletions

View File

@@ -271,6 +271,6 @@ void komodo_assetchain_pubkeys(char *jsonstr)
} else fprintf(stderr,"komodo_assetchain_pubkeys i.%d vs n.%d\n",i,n);
} else fprintf(stderr,"assetchain pubkeys n.%d\n",n);
}
else if ( jsonstr != 0 )
fprintf(stderr,"assetchain pubkeys couldnt parse.(%s)\n",jsonstr);
//else if ( jsonstr != 0 )
// fprintf(stderr,"assetchain pubkeys couldnt parse.(%s)\n",jsonstr);
}