withdraw: fix missing update to DisableWithdraw's parameter list

master
moneromooo 9 years ago
parent 5a09316af1
commit b876f1e523

@ -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…
Cancel
Save