mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
payment: more explicit wording about payment it
This commit is contained in:
parent
ab6a2d60eb
commit
55905122fb
1 changed files with 2 additions and 2 deletions
|
@ -166,12 +166,12 @@ def RandomPaymentID(link,cmd):
|
|||
|
||||
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 using this address AND payment ID:" % 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(" Main payment ID: %s" % GetPaymentID(link))
|
||||
link.send_private(" Use your primary payment ID: %s" % GetPaymentID(link))
|
||||
link.send_private(" OR generate random payment ids at will with: !randompid")
|
||||
link.send_private("Incoming transactions are credited after %d confirmations" % config.payment_confirmations)
|
||||
|
||||
|
|
Loading…
Reference in a new issue