jl777 7 years ago
parent
commit
31d6f0623f
  1. 2
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_utxo.c

@ -887,7 +887,7 @@ int32_t LP_txheight(struct iguana_info *coin,bits256 txid)
height = jint(blockobj,"height");
if ( tx != 0 )
tx->height = height;
else
else if ( 0 )
{
txobj2 = LP_transactioninit(coin,txid,0,0);
txobj2 = LP_transactioninit(coin,txid,1,txobj2);

Loading…
Cancel
Save