Skip to content

Commit

Permalink
Merge branch 'master' into mm/fix-jade-multisig-address-verification
Browse files Browse the repository at this point in the history
  • Loading branch information
k9ert authored Sep 5, 2023
2 parents d042cbb + 2808be1 commit dc8109e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/cryptoadvance/specter/hwi_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ def __init__(self):
"extract_master_blinding_key": self.extract_master_blinding_key,
"bitbox02_pairing": self.bitbox02_pairing,
}
# Running enumerate after beginning an interaction with a specific device
# crashes python or make HWI misbehave. For now we just get all connected
# devices once per session and save them.
logger.info("Initializing HWI...") # to explain user why it takes so long
self.enumerate()
self.devices = []

@locked(hwilock)
def enumerate(self, passphrase="", chain=""):
Expand Down

0 comments on commit dc8109e

Please sign in to comment.