mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
return from AddBalance on error
This commit is contained in:
parent
b06520e1ea
commit
689469f298
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ def AddBalance(link,cmd):
|
|||
except Exception, e:
|
||||
log_error('AddBalance: exception: %s' % str(e))
|
||||
link.send( "An error has occured")
|
||||
return
|
||||
link.send("%s's balance is now %s" % (aidentity,AmountToString(balance)))
|
||||
|
||||
def ScanWho(link,cmd):
|
||||
|
|
Loading…
Reference in a new issue