mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
payment: mention the number of confirmations needed for deposit
This commit is contained in:
parent
ee7fa9172b
commit
0ab24f9e86
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ def Help(link):
|
|||
address=GetTipbotAddress() or 'ERROR'
|
||||
link.send_private(" Address: %s" % address)
|
||||
link.send_private(" Payment ID: %s" % GetPaymentID(link))
|
||||
link.send_private("Incoming transactions are credited after %d confirmations" % config.payment_confirmations)
|
||||
|
||||
RegisterModule({
|
||||
'name': __name__,
|
||||
|
|
Loading…
Reference in a new issue