Browse Source

Test

etomic
jl777 7 years ago
parent
commit
1132b2548b
  1. 2
      iguana/exchanges/LP_utxos.c

2
iguana/exchanges/LP_utxos.c

@ -521,7 +521,7 @@ struct LP_utxoinfo *LP_utxoadd(int32_t iambob,int32_t mypubsock,char *symbol,bit
} }
if ( (coin= LP_coinfind(symbol)) == 0 || (IAMLP == 0 && coin->inactive != 0) ) if ( (coin= LP_coinfind(symbol)) == 0 || (IAMLP == 0 && coin->inactive != 0) )
{ {
printf("LP_utxoadd reject inactive %s\n",symbol); //printf("LP_utxoadd reject inactive %s\n",symbol);
return(0); return(0);
} }
txfee = LP_txfeecalc(coin,0); txfee = LP_txfeecalc(coin,0);

Loading…
Cancel
Save