Browse Source

Test

etomic
jl777 8 years ago
parent
commit
bfd3834443
  1. 1
      basilisk/jumblr.c

1
basilisk/jumblr.c

@ -221,6 +221,7 @@ void jumblr_opidupdate(struct supernet_info *myinfo,struct iguana_info *coin,str
{
if ( (retstr= jumblr_zgetoperationstatus(myinfo,coin,ptr->opid)) != 0 )
{
printf("%s\n",retstr);
if ( (retjson= cJSON_Parse(retstr)) != 0 )
{
if ( (status= jstr(retjson,"status")) != 0 && strcmp(status,"pending") != 0 )

Loading…
Cancel
Save