payment: mention the number of confirmations needed for deposit

This commit is contained in:
moneromooo 2015-01-25 21:25:46 +00:00
parent ee7fa9172b
commit 0ab24f9e86
1 changed files with 1 additions and 0 deletions

View File

@ -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__,