mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix typo
This commit is contained in:
parent
34e3261efd
commit
77d7aa772d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue