mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-06 02:29:55 +00:00
Move Cosignerpool to HTTPS
This commit is contained in:
parent
f38ca73dae
commit
b3bd166620
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ import sys
|
|||
import traceback
|
||||
|
||||
|
||||
PORT = 12344
|
||||
HOST = 'cosigner.electrum.org'
|
||||
server = ServerProxy('http://%s:%d'%(HOST,PORT), allow_none=True)
|
||||
server = ServerProxy('https://cosigner.electrum.org/', allow_none=True)
|
||||
|
||||
|
||||
class Listener(util.DaemonThread):
|
||||
|
|
Loading…
Add table
Reference in a new issue