electrum

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

commit 1b19382887c6c8f60cd98ed2b0ee8e334274362b
parent 135f208cf4a53c34a0b53ad62bd784f5ceb748b6
Author: ThomasV <thomasv@gitorious>
Date:   Sun, 24 Feb 2013 08:21:42 +0100

disable https because the server requests a client certificate

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

diff --git a/lib/exchange_rate.py b/lib/exchange_rate.py @@ -29,7 +29,7 @@ class Exchanger(threading.Thread): def discovery(self): try: - connection = httplib.HTTPSConnection('blockchain.info') + connection = httplib.HTTPConnection('blockchain.info') connection.request("GET", "/ticker") except: return