mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
bleutrade: Update Withdrawal Fees
from 0.0002 BTC to 0.0005 BTC
This commit is contained in:
parent
3db9327372
commit
8afd54759c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue