bleutrade: Update Withdrawal Fees

from 0.0002 BTC to 0.0005 BTC
This commit is contained in:
antho281 2016-10-15 14:19:40 -04:00 committed by Tanguy Pruvot
parent 3db9327372
commit 8afd54759c

View file

@ -243,7 +243,7 @@ function doBleutradeTrading($quick=false)
}
$withdraw_min = exchange_get($exchange, 'withdraw_min_btc', EXCH_AUTO_WITHDRAW);
$withdraw_fee = exchange_get($exchange, 'withdraw_fee_btc', 0.0002);
$withdraw_fee = exchange_get($exchange, 'withdraw_fee_btc', 0.0005);
if(floatval($withdraw_min) > 0 && $savebalance->balance >= ($withdraw_min + $withdraw_fee))
{