withdraw: fix network/withdraw fee mismatch

master
moneromooo 10 years ago
parent b19be42379
commit b181b19c16

@ -108,7 +108,7 @@ def Withdraw(link,cmd):
params = {
'destinations': [{'address': address, 'amount': topay}],
'payment_id': GetPaymentID(link),
'fee': fee,
'fee': coinspecs.min_withdrawal_fee,
'mixin': config.withdrawal_mixin,
'unlock_time': 0,
}

Loading…
Cancel
Save