split bip32 from bitcoin.py
This commit is contained in:
@@ -4,7 +4,7 @@ from struct import pack
|
||||
from electrum.i18n import _
|
||||
from electrum.util import PrintError, UserCancelled
|
||||
from electrum.keystore import bip39_normalize_passphrase
|
||||
from electrum.bitcoin import serialize_xpub, convert_bip32_path_to_list_of_uint32
|
||||
from electrum.bip32 import serialize_xpub, convert_bip32_path_to_list_of_uint32
|
||||
|
||||
|
||||
class GuiMixin(object):
|
||||
|
||||
Reference in New Issue
Block a user