jl777 8 years ago
parent
commit
8e8e97849a
  1. 2
      iguana/iguana_notary.c

2
iguana/iguana_notary.c

@ -634,7 +634,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc
free_json(txobj2);
} else printf("cant parse.(%s)\n",rawtx2);
free(rawtx2);
} else printf("error decoding (%s)\n",signedtx==0?"":signedtx);
} else printf("error decoding (%s) %s\n",signedtx==0?"":signedtx,jsonstr);
free_json(signobj);
} else printf("error parsing.(%s)\n",jsonstr);
free(jsonstr);

Loading…
Cancel
Save