Fix typo in handling of onionbindip handling

This commit is contained in:
Jim Ramsay 2017-09-13 14:13:12 -04:00
parent a29f7534ee
commit 8286b566c8

View File

@ -106,7 +106,7 @@ class BMConnectionPool(object):
def getListeningIP(self):
if BMConfigParser().safeGet("bitmessagesettings", "onionhostname").endswith(".onion"):
host = BMConfigParser().safeGet("bitmessagesettigns", "onionbindip")
host = BMConfigParser().safeGet("bitmessagesettings", "onionbindip")
else:
host = '127.0.0.1'
if BMConfigParser().safeGetBoolean("bitmessagesettings", "sockslisten") or \