1
0

Merge pull request #9889 from f321x/fix_suggest_peer_block

fix: prevent lnrater from blocking if no good peers
This commit is contained in:
ThomasV
2025-06-03 10:54:13 +02:00
committed by GitHub
2 changed files with 19 additions and 16 deletions

View File

@@ -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