Browse Source

Test

etomic
jl777 8 years ago
parent
commit
3dafc58ac0
  1. 2
      iguana/exchanges/LP_utxos.c

2
iguana/exchanges/LP_utxos.c

@ -118,7 +118,7 @@ struct LP_utxoinfo *LP_addutxo(int32_t amclient,struct LP_peerinfo *mypeer,int32
utxo->txid = txid;
utxo->vout = vout;
utxo->value = dstr(satoshis);
if ( IAMCLIENT == 0 )
if ( IAMCLIENT != 0 )
utxo->satoshis = satoshis;
else if ( depositsatoshis < 9 * (satoshis >> 3) )
utxo->satoshis = (depositsatoshis / 9) << 3;

Loading…
Cancel
Save