jl777 8 years ago
parent
commit
830ff3a0f4
  1. 1
      iguana/iguana_notary.c

1
iguana/iguana_notary.c

@ -600,6 +600,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc
{
if ( (signobj= cJSON_Parse(jsonstr)) != 0 )
{
printf("dpowsign.(%s)\n",jsonstr);
if ( (signedtx= jstr(signobj,"result")) != 0 && (rawtx2= dpow_decoderawtransaction(myinfo,coin,signedtx)) != 0 )
{
if ( (txobj2= cJSON_Parse(rawtx2)) != 0 )

Loading…
Cancel
Save