ethers-io / ext-signer-ledger

Ethers extension for LedgerSigner for Ledger Hardware Wallet support.
https://ethers.org
MIT License
7 stars 1 forks source link

Ledger fails to sign on the 2nd attempt #11

Open fedealconada opened 4 months ago

fedealconada commented 4 months ago

I'm experiencing the same issue as this person here: https://github.com/wighawag/hardhat-deploy/issues/88#issuecomment-1007066058

where I have script that needs to sign several messages. I'm able to sign the first message but the next ones fail with: cannot open device with path...

I also found this fix for that person: https://github.com/wighawag/hardhat-deploy/pull/303 but I was wondering if we could fix it here directly as I'm not using hardhat and only using ethers.