URI: 
       tUpdate default server list (disable servers with failed/expired certs) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ba9782eec66ec887ced6932d279c81a3f9048b06
   DIR parent adcda6153dcf29317573ca66b9364a5a25d82c94
  HTML Author: Eagle[TM] <eagletm@mpex.net>
       Date:   Sun, 10 Nov 2013 01:26:06 +0100
       
       Update default server list (disable servers with failed/expired certs)
       
       Diffstat:
         M lib/network.py                      |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/lib/network.py b/lib/network.py
       t@@ -7,7 +7,7 @@ from blockchain import Blockchain
        DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'}
        
        DEFAULT_SERVERS = {
       -    'electrum.coinwallet.me': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       +    #'electrum.coinwallet.me': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
            'electrum.hachre.de': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
            'electrum.novit.ro': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
            'electrum.stepkrav.pw': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       t@@ -16,8 +16,8 @@ DEFAULT_SERVERS = {
            'electrum.drollette.com': {'h': '5000', 's': '50002', 't': '50001', 'g': '8082'},
            'btc.it-zone.org': {'h': '80', 's': '110', 't': '50001', 'g': '443'},
            'btc.medoix.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       -    'spv.nybex.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       -    'electrum.pdmc.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       +    'electrum.stupidfoot.com': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
       +    #'electrum.pdmc.net': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'},
            'electrum.be': {'h': '8081', 's': '50002', 't': '50001', 'g': '8082'}
        }