added addres+pubkey to stats
parent
66e55d5a50
commit
c249a42bb7
|
@ -534,7 +534,8 @@ class Onionr:
|
||||||
'''
|
'''
|
||||||
Displays statistics and exits
|
Displays statistics and exits
|
||||||
'''
|
'''
|
||||||
|
logger.info('Our pubkey: ' + self.onionrCore._crypto.pubKey)
|
||||||
|
logger.info('Our address: ' + self.get_hostname())
|
||||||
return
|
return
|
||||||
|
|
||||||
def showHelp(self, command = None):
|
def showHelp(self, command = None):
|
||||||
|
|
Loading…
Reference in New Issue