Merge pull request #9889 from f321x/fix_suggest_peer_block
fix: prevent lnrater from blocking if no good peers
This commit is contained in:
@@ -93,7 +93,8 @@ class NewChannelDialog(WindowModalDialog):
|
||||
if not nodeid:
|
||||
self.remote_nodeid.setText("")
|
||||
self.remote_nodeid.setPlaceholderText(
|
||||
"Please wait until the graph is synchronized to 30%, and then try again.")
|
||||
_("Couldn't find suitable peer yet, try again later.")
|
||||
)
|
||||
else:
|
||||
self.remote_nodeid.setText(nodeid)
|
||||
self.remote_nodeid.repaint() # macOS hack for #6269
|
||||
|
||||
Reference in New Issue
Block a user