jl777 7 years ago
parent
commit
8912c00c3f
  1. 2
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_utxo.c

@ -317,7 +317,7 @@ cJSON *LP_address_utxos(struct iguana_info *coin,char *coinaddr,int32_t electrum
{
if ( up->spendheight <= 0 && up->U.height > 0 )
{
if ( 1 && up->SPV == 0 && up->U.height > 0 )
if ( 0 && up->SPV == 0 && up->U.height > 0 )
{
if ( (merkobj= electrum_getmerkle(coin->symbol,backupep,&merkobj,up->U.txid,up->U.height)) != 0 )
{

Loading…
Cancel
Save