URI: 
       tMerge branch 'master' of git://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 63cce2174f34ee70cee89f6b78c6a5b726d3b1f8
   DIR parent 712e0a6c4a0aab20f4a31b1140fa20318b92db06
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 18 Feb 2013 21:12:54 +0100
       
       Merge branch 'master' of git://github.com/spesmilo/electrum
       
       Diffstat:
         M lib/verifier.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/verifier.py b/lib/verifier.py
       t@@ -44,7 +44,7 @@ class WalletVerifier(threading.Thread):
                self.height = 0
                self.local_height = 0
                self.running = False
       -        self.headers_url = 'http://images.ecdsa.org/blockchain_headers'
       +        self.headers_url = 'http://headers.electrum.org/blockchain_headers'
        
            def get_confirmations(self, tx):
                """ return the number of confirmations of a monitored transaction. """