mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Make mixin configurable
This commit is contained in:
parent
0dc90676c8
commit
a2d760dcdb
2 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@ def Withdraw(nick,chan,cmd):
|
|||
'destinations': [{'address': address, 'amount': topay}],
|
||||
'payment_id': GetPaymentID(nick),
|
||||
'fee': fee,
|
||||
'mixin': 0,
|
||||
'mixin': config.withdrawal_mixin,
|
||||
'unlock_time': 0,
|
||||
}
|
||||
j = SendWalletJSONRPCCommand("transfer",params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue