Skip to content

Commit 295ea97

Browse files
committed
digitalbitbox: follow-up 2f3d89f
1 parent 83e1479 commit 295ea97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

electrum/plugins/digitalbitbox/digitalbitbox.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
from typing import TYPE_CHECKING, Optional
1919

2020
from electrum.crypto import sha256d, EncodeAES_bytes, DecodeAES_bytes, hmac_oneshot
21-
from electrum.bitcoin import public_key_to_p2pkh
21+
from electrum.bitcoin import public_key_to_p2pkh, usermessage_magic
2222
from electrum.bip32 import BIP32Node, convert_bip32_intpath_to_strpath, is_all_public_derivation
2323
from electrum.bip32 import normalize_bip32_derivation
2424
from electrum import descriptor
2525
from electrum import ecc
26-
from electrum.ecc import usermessage_magic
2726
from electrum.wallet import Standard_Wallet
2827
from electrum import constants
2928
from electrum.transaction import Transaction, PartialTransaction, PartialTxInput, Sighash

0 commit comments

Comments
 (0)