From 3dafc58ac0e1d0a870b1fbe609a27820da17f6f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Jun 2017 21:51:21 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_utxos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_utxos.c b/iguana/exchanges/LP_utxos.c index d84e93386..c552a3a3f 100644 --- a/iguana/exchanges/LP_utxos.c +++ b/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;