URI: 
       tMove Cosignerpool to HTTPS - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b3bd166620b6ca4eda82685611aa9d838a126c5b
   DIR parent f38ca73dae307441e2a90dbf23bff184e8a99b39
  HTML Author: Johann Bauer <bauerj@bauerj.eu>
       Date:   Thu,  8 Mar 2018 21:55:24 +0100
       
       Move Cosignerpool to HTTPS
       
       Diffstat:
         M plugins/cosigner_pool/qt.py         |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
   DIR diff --git a/plugins/cosigner_pool/qt.py b/plugins/cosigner_pool/qt.py
       t@@ -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):