updating url for headers file

This commit is contained in:
thomasv 2013-02-18 15:56:02 +01:00
parent b23c3ff64a
commit 94e5263486
1 changed files with 1 additions and 1 deletions

View File

@ -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. """