payment: auto create account on giving someone a payment id

This commit is contained in:
moneromooo 2015-03-17 21:11:54 +00:00
parent 98f102f497
commit ad76fec535
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ def Deposit(link,cmd):
Help(link)
def Help(link):
GetAccount(link.identity())
link.send_private("You can send %s to your account:" % coinspecs.name);
address=GetTipbotAddress() or 'ERROR'
link.send_private(" Address: %s" % address)