Browse Source

remove remnants of config SSL options

follow-up 012ce1c1bb
master
SomberNight 2 years ago
parent
commit
b0e18d8f8e
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 6
      electrum/commands.py

6
electrum/commands.py

@ -329,12 +329,6 @@ class Commands:
self.config.set_key(key, value)
return True
@command('')
async def get_ssl_domain(self):
"""Check and return the SSL domain set in ssl_keyfile and ssl_certfile
"""
return self.config.get_ssl_domain()
@command('')
async def make_seed(self, nbits=None, language=None, seed_type=None):
"""Create a seed"""

Loading…
Cancel
Save