Browse Source

Don't show password when loading wallet in JoinmarketQt

Wrong parameter name, guess a bug introduced with 8e5826d4ea.
master
Kristaps Kaupe 7 years ago
parent
commit
51a257f288
  1. 2
      scripts/joinmarket-qt.py

2
scripts/joinmarket-qt.py

@ -1359,7 +1359,7 @@ class JMMainWindow(QMainWindow):
text, ok = QInputDialog.getText(self,
'Decrypt wallet',
'Enter your password:',
mode=QLineEdit.Password)
echo=QLineEdit.Password)
if not ok:
return
pwd = str(text).strip()

Loading…
Cancel
Save