Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Jul 4, 2024
2 parents d1cf976 + 295ea97 commit c7ca130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions electrum_grs/plugins/digitalbitbox/digitalbitbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
from typing import TYPE_CHECKING, Optional

from electrum_grs.crypto import sha256d, EncodeAES_bytes, DecodeAES_bytes, hmac_oneshot
from electrum_grs.bitcoin import public_key_to_p2pkh
from electrum_grs.bitcoin import public_key_to_p2pkh, usermessage_magic
from electrum_grs.bip32 import BIP32Node, convert_bip32_intpath_to_strpath, is_all_public_derivation
from electrum_grs.bip32 import normalize_bip32_derivation
from electrum_grs import descriptor
from electrum_grs import ecc
from electrum_grs.ecc import usermessage_magic
from electrum_grs.wallet import Standard_Wallet
from electrum_grs import constants
from electrum_grs.transaction import Transaction, PartialTransaction, PartialTxInput, Sighash
Expand Down

0 comments on commit c7ca130

Please sign in to comment.