|
@ -490,7 +490,7 @@ cJSON *electrum_address_listunspent(char *symbol,struct electrum_info *ep,cJSON |
|
|
safecopy(coin->lastunspent,addr,sizeof(coin->lastunspent)); |
|
|
safecopy(coin->lastunspent,addr,sizeof(coin->lastunspent)); |
|
|
coin->unspenttime = (uint32_t)time(NULL); |
|
|
coin->unspenttime = (uint32_t)time(NULL); |
|
|
} |
|
|
} |
|
|
} //else retjson = LP_address_utxos(coin,addr,1);
|
|
|
} else retjson = LP_address_utxos(coin,addr,1); |
|
|
return(retjson); |
|
|
return(retjson); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|