Browse Source

Test

etomic
jl777 7 years ago
parent
commit
6426491f7d
  1. 2
      iguana/exchanges/LP_include.h
  2. 4
      iguana/exchanges/LP_utxo.c

2
iguana/exchanges/LP_include.h

@ -23,7 +23,7 @@
#define LP_MAJOR_VERSION "0"
#define LP_MINOR_VERSION "1"
#define LP_BUILD_NUMBER "15000"
#define LP_BUILD_NUMBER "15096"
#ifdef FROM_JS
#include <emscripten.h>

4
iguana/exchanges/LP_utxo.c

@ -999,7 +999,7 @@ int32_t LP_iseligible(uint64_t *valp,uint64_t *val2p,int32_t iambob,char *symbol
strcpy(destaddr,destaddr2);
if ( coin != 0 )
{
if ( coin->electrum != 0 )
/*if ( coin->electrum != 0 )
{
if ( (tx= LP_transactionfind(coin,txid)) != 0 && vout < tx->numvouts && tx->outpoints[vout].spendheight > 0 )
{
@ -1022,7 +1022,7 @@ int32_t LP_iseligible(uint64_t *valp,uint64_t *val2p,int32_t iambob,char *symbol
return(0);
}
}
else
else*/
{
if ( (txobj= LP_gettxout(coin->symbol,destaddr,txid,vout)) == 0 )
return(0);

Loading…
Cancel
Save