Browse Source

Test

etomic
jl777 8 years ago
parent
commit
3f2300f76b
  1. 1
      iguana/dpow/dpow_rpc.c

1
iguana/dpow/dpow_rpc.c

@ -324,6 +324,7 @@ cJSON *dpow_gettxout(struct supernet_info *myinfo,struct iguana_info *coin,bits2
json = cJSON_Parse(retstr);
free(retstr);
}
printf("dpow_gettxout.(%s)\n",retstr);
return(json);
}

Loading…
Cancel
Save