Browse Source

Fixed a missing import in exchange_rate.py that caused program hangs and wallet corruption

Signed-off-by: John Miguel Villar Zavatti <johnvillarzavatti@gmail.com>
283
John Miguel Villar Zavatti 10 years ago
parent
commit
0cd63d19f4
  1. 1
      plugins/exchange_rate.py

1
plugins/exchange_rate.py

@ -8,6 +8,7 @@ import json
import threading import threading
import time import time
import re import re
from ssl import SSLError
from decimal import Decimal from decimal import Decimal
from electrum.plugins import BasePlugin, hook from electrum.plugins import BasePlugin, hook
from electrum.i18n import _ from electrum.i18n import _

Loading…
Cancel
Save