|
|
@ -332,6 +332,7 @@ cJSON *dpow_listtransactions(struct supernet_info *myinfo,struct iguana_info *co |
|
|
|
sprintf(buf,"[\"%s\", %d, %d, true]",coinaddr,count,skip); |
|
|
|
if ( (retstr= bitcoind_passthru(coin->symbol,coin->chain->serverport,coin->chain->userpass,"listtransactions",buf)) != 0 ) |
|
|
|
{ |
|
|
|
printf("LIST.(%s)\n",retstr); |
|
|
|
json = cJSON_Parse(retstr); |
|
|
|
free(retstr); |
|
|
|
return(json); |
|
|
|