mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
withdraw: fix error being sent to wrong variable
This commit is contained in:
parent
09b1ee2f07
commit
114c67799d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def Withdraw(nick,chan,cmd):
|
|||
try:
|
||||
address=cmd[1]
|
||||
except Exception,e:
|
||||
SendTo(sendto, "Usage: withdraw address [amount]")
|
||||
SendTo(nick, "Usage: withdraw address [amount]")
|
||||
return
|
||||
|
||||
if not IsValidAddress(address):
|
||||
|
|
Loading…
Reference in a new issue