withdraw: fix network/withdraw fee mismatch

This commit is contained in:
moneromooo 2015-02-01 12:46:49 +00:00
parent b19be42379
commit b181b19c16
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}