@ -425,6 +425,7 @@ class ElectrumWindow(QMainWindow):
msg='Your wallet is encrypted. Use this dialog to change the password.\n To disable wallet encryption, enter an empty new password.'ifself.wallet.use_encryptionelse'Your wallet keys are not encrypted'
grid.addWidget(QLabel(msg),0,0,1,2)
ifself.wallet.use_encryption:
grid.addWidget(QLabel('Password'),1,0)
grid.addWidget(pw,1,1)
@ -446,8 +447,7 @@ class ElectrumWindow(QMainWindow):