diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index b075c4569..0aeabdf21 100755 --- a/iguana/iguana_notary.c +++ b/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);