added addres+pubkey to stats

This commit is contained in:
Kevin Froman 2018-04-25 18:01:18 -05:00
parent 66e55d5a50
commit c249a42bb7
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 2 additions and 1 deletions

View File

@ -534,7 +534,8 @@ class Onionr:
'''
Displays statistics and exits
'''
logger.info('Our pubkey: ' + self.onionrCore._crypto.pubKey)
logger.info('Our address: ' + self.get_hostname())
return
def showHelp(self, command = None):