1
0

separate storage and database (JsonDB)

This commit is contained in:
ThomasV
2019-02-19 11:56:46 +01:00
parent d5790ea109
commit 7f2083f667
6 changed files with 559 additions and 465 deletions

View File

@@ -8,7 +8,8 @@ from unittest import TestCase
import time
from io import StringIO
from electrum.storage import WalletStorage, FINAL_SEED_VERSION
from electrum.storage import WalletStorage
from electrum.json_db import FINAL_SEED_VERSION
from electrum.wallet import Abstract_Wallet
from electrum.exchange_rate import ExchangeBase, FxThread
from electrum.util import TxMinedInfo