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

2
iguana/iguana_notary.c

@ -115,7 +115,7 @@ cJSON *dpow_listunspent(struct supernet_info *myinfo,struct iguana_info *coin,ch
char buf[128],*retstr; cJSON *json = 0;
if ( coin->FULLNODE < 0 )
{
sprintf(buf,"1, %d, [\"%s\"]",coin->longestchain,coinaddr);
sprintf(buf,"1, 99999999, [\"%s\"]",coinaddr);
if ( (retstr= bitcoind_passthru(coin->symbol,coin->chain->serverport,coin->chain->userpass,"listunspent",buf)) != 0 )
{
json = cJSON_Parse(retstr);

Loading…
Cancel
Save