Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
1 additions and
3 deletions
-
plugins/cosigner_pool/qt.py
|
|
@ -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): |
|
|
|