SomberNight
3 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/gui/qt/new_channel_dialog.py
|
|
@ -88,7 +88,7 @@ class NewChannelDialog(WindowModalDialog): |
|
|
|
|
|
|
|
def on_suggest(self): |
|
|
|
self.network.start_gossip() |
|
|
|
nodeid = self.lnworker.suggest_peer().hex() or '' |
|
|
|
nodeid = (self.lnworker.suggest_peer() or b"").hex() |
|
|
|
if not nodeid: |
|
|
|
self.remote_nodeid.setText("") |
|
|
|
self.remote_nodeid.setPlaceholderText( |
|
|
|