Skip to content

Commit 593acb0

Browse files
committed
qt: Use correct name for xpub display field
1 parent 8338f17 commit 593acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwilib/_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self, client):
111111
def getxpub_button_clicked(self):
112112
path = self.ui.path_lineedit.text()
113113
res = do_command(commands.getxpub, self.client, path)
114-
self.ui.xpub_lineedit.setText(res['xpub'])
114+
self.ui.xpub_textedit.setText(res['xpub'])
115115

116116
class SignPSBTDialog(QDialog):
117117
def __init__(self, client):

0 commit comments

Comments
 (0)