electrum

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

commit b9537b08853421e490880de794eb1dc429875fb1
parent 7a7ad7fe2d3e261b35575c4d78f95a8c25e04cce
Author: ThomasV <electrumdev@gmail.com>
Date:   Thu, 23 Apr 2015 17:40:10 +0200

Merge pull request #1152 from chiguireitor/master

Fixed a missing import in exchange_rate.py that caused program hangs and...
Diffstat:
Mplugins/exchange_rate.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py @@ -8,6 +8,7 @@ import json import threading import time import re +from ssl import SSLError from decimal import Decimal from ssl import SSLError