work on pm and fixed broken pex when none
This commit is contained in:
parent
a611643526
commit
8d261b03dc
4 changed files with 18 additions and 7 deletions
|
|
@ -256,7 +256,7 @@ class Onionr:
|
|||
except KeyboardInterrupt:
|
||||
break
|
||||
else:
|
||||
if self.onionrUtils.validateID(peer):
|
||||
if self.onionrUtils.validatePubKey(peer):
|
||||
break
|
||||
else:
|
||||
logger.error('Invalid peer ID')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue