We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8338f17 commit 593acb0Copy full SHA for 593acb0
hwilib/_gui.py
@@ -111,7 +111,7 @@ def __init__(self, client):
111
def getxpub_button_clicked(self):
112
path = self.ui.path_lineedit.text()
113
res = do_command(commands.getxpub, self.client, path)
114
- self.ui.xpub_lineedit.setText(res['xpub'])
+ self.ui.xpub_textedit.setText(res['xpub'])
115
116
class SignPSBTDialog(QDialog):
117
def __init__(self, client):
0 commit comments