|
|
@ -565,7 +565,6 @@ cJSON *electrum_address_listunspent(char *symbol,struct electrum_info *ep,cJSON |
|
|
|
{ |
|
|
|
printf("%s.%d u.%u/%d t.%ld %s LISTUNSPENT.(%d)\n",coin->symbol,height,ap->unspenttime,ap->unspentheight,time(NULL),addr,(int32_t)strlen(jprint(retjson,0))); |
|
|
|
if ( electrum_process_array(coin,ep,addr,retjson,electrumflag) != 0 ) |
|
|
|
{ |
|
|
|
LP_postutxos(coin->symbol,addr); |
|
|
|
if ( strcmp(addr,coin->smartaddr) == 0 ) |
|
|
|
{ |
|
|
@ -573,7 +572,6 @@ cJSON *electrum_address_listunspent(char *symbol,struct electrum_info *ep,cJSON |
|
|
|
LP_unspents_cache(coin->symbol,coin->smartaddr,retstr); |
|
|
|
free(retstr); |
|
|
|
} |
|
|
|
} |
|
|
|
if ( ap != 0 ) |
|
|
|
{ |
|
|
|
ap->unspenttime = (uint32_t)time(NULL); |
|
|
|