fixed pubkey exchange hopefully
This commit is contained in:
parent
9ecd87595b
commit
2071def07b
2 changed files with 20 additions and 11 deletions
|
|
@ -42,7 +42,7 @@ class OnionrUtils:
|
|||
|
||||
forwardKey = self._core.getPeerInfo(pubkey, 'forwardKey')
|
||||
|
||||
if self._core.getPeerInfo(pubkey, 'pubkeyExchanged'):
|
||||
if self._core.getPeerInfo(pubkey, 'pubkeyExchanged') == 1:
|
||||
pass
|
||||
|
||||
if len(forwardKey) > 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue