mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
payment: auto create account on giving someone a payment id
This commit is contained in:
parent
98f102f497
commit
ad76fec535
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ def Deposit(link,cmd):
|
||||||
Help(link)
|
Help(link)
|
||||||
|
|
||||||
def Help(link):
|
def Help(link):
|
||||||
|
GetAccount(link.identity())
|
||||||
link.send_private("You can send %s to your account:" % coinspecs.name);
|
link.send_private("You can send %s to your account:" % coinspecs.name);
|
||||||
address=GetTipbotAddress() or 'ERROR'
|
address=GetTipbotAddress() or 'ERROR'
|
||||||
link.send_private(" Address: %s" % address)
|
link.send_private(" Address: %s" % address)
|
||||||
|
|
Loading…
Reference in a new issue