Move Cosignerpool to HTTPS

This commit is contained in:
Johann Bauer 2018-03-08 21:55:24 +01:00
parent f38ca73dae
commit b3bd166620
No known key found for this signature in database
GPG key ID: 84F1BF925B1F484D

View file

@ -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):