1
0

follow-up prev

This commit is contained in:
SomberNight
2018-10-30 19:19:46 +01:00
parent 5b4fada2a0
commit 1c63bca2c7

View File

@@ -42,6 +42,7 @@ from .version import ELECTRUM_VERSION, PROTOCOL_VERSION
from . import blockchain
from .blockchain import Blockchain
from . import constants
from .i18n import _
if TYPE_CHECKING:
from .network import Network