mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
withdraw: fix network/withdraw fee mismatch
This commit is contained in:
parent
b19be42379
commit
b181b19c16
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ def Withdraw(link,cmd):
|
||||||
params = {
|
params = {
|
||||||
'destinations': [{'address': address, 'amount': topay}],
|
'destinations': [{'address': address, 'amount': topay}],
|
||||||
'payment_id': GetPaymentID(link),
|
'payment_id': GetPaymentID(link),
|
||||||
'fee': fee,
|
'fee': coinspecs.min_withdrawal_fee,
|
||||||
'mixin': config.withdrawal_mixin,
|
'mixin': config.withdrawal_mixin,
|
||||||
'unlock_time': 0,
|
'unlock_time': 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue