mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
withdraw: add the ability to specify an OpenAlias address for deposits
This commit is contained in:
parent
cc149c6596
commit
6b7b2df420
2 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,8 @@ def Help(link):
|
|||
link.send_private("You can send %s to your account:" % coinspecs.name);
|
||||
address=GetTipbotAddress() or 'ERROR'
|
||||
link.send_private(" Address: %s" % address)
|
||||
if config.openalias_address != None:
|
||||
link.send_private(" (or %s when using OpenAlias)" % config.openalias_address)
|
||||
link.send_private(" Payment ID: %s" % GetPaymentID(link))
|
||||
link.send_private("Incoming transactions are credited after %d confirmations" % config.payment_confirmations)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue