From 0cd63d19f4b6e0926cc98ad5ade3bec32ffd9345 Mon Sep 17 00:00:00 2001 From: John Miguel Villar Zavatti Date: Thu, 23 Apr 2015 11:05:55 -0430 Subject: [PATCH] Fixed a missing import in exchange_rate.py that caused program hangs and wallet corruption Signed-off-by: John Miguel Villar Zavatti --- plugins/exchange_rate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py index d2e6a133..01982c26 100644 --- 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 electrum.plugins import BasePlugin, hook from electrum.i18n import _