mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
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>
This commit is contained in:
parent
ea4bf4e91f
commit
0cd63d19f4
1 changed files with 1 additions and 0 deletions
|
@ -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 _
|
||||
|
|
Loading…
Add table
Reference in a new issue