From 94e52634860490db791ae5fad0a518ef564f712d Mon Sep 17 00:00:00 2001 From: thomasv Date: Mon, 18 Feb 2013 15:56:02 +0100 Subject: [PATCH] updating url for headers file --- lib/verifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/verifier.py b/lib/verifier.py index d7d91960..1b80d6b0 100644 --- a/lib/verifier.py +++ b/lib/verifier.py @@ -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. """