electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 63cce2174f34ee70cee89f6b78c6a5b726d3b1f8
parent 712e0a6c4a0aab20f4a31b1140fa20318b92db06
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 18 Feb 2013 21:12:54 +0100

Merge branch 'master' of git://github.com/spesmilo/electrum

Diffstat:
Mlib/verifier.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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. """