mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
withdraw: fix missing update to DisableWithdraw's parameter list
This commit is contained in:
parent
5a09316af1
commit
b876f1e523
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def EnableWithdraw(link,cmd):
|
|||
|
||||
def CheckDisableWithdraw():
|
||||
if config.disable_withdraw_on_error:
|
||||
DisableWithdraw(None,None,None)
|
||||
DisableWithdraw(None,None)
|
||||
|
||||
def Withdraw(link,cmd):
|
||||
identity=link.identity()
|
||||
|
|
Loading…
Reference in a new issue