Browse Source

add https port 443

283
root 13 years ago
parent
commit
3a82b3be6c
  1. 2
      client/electrum.py

2
client/electrum.py

@ -413,7 +413,7 @@ class Wallet:
return conf, unconf
def use_http(self):
return self.port in [80,8080]
return self.port in [80,8080,443]
def request(self, request ):
import time

Loading…
Cancel
Save