Browse Source

fix typo

283
ThomasV 10 years ago
parent
commit
77d7aa772d
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -2659,7 +2659,7 @@ class ElectrumWindow(QMainWindow):
_('SSL certificate used to sign payment requests.'), _('SSL certificate used to sign payment requests.'),
_('Use setconfig to set ssl_chain and ssl_privkey.'), _('Use setconfig to set ssl_chain and ssl_privkey.'),
]) ])
if self.config.get('ssl_privkey') or self.onfig.get('ssl_chain'): if self.config.get('ssl_privkey') or self.config.get('ssl_chain'):
try: try:
SSL_identity = paymentrequest.check_ssl_config(self.config) SSL_identity = paymentrequest.check_ssl_config(self.config)
SSL_error = None SSL_error = None

Loading…
Cancel
Save