You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
/// Instantiate the application by acquiring a lock on the ledger device.
It would help if we could have multiple Ledger instantiations (from multiple derivations) without fighting for the lock. Alternatively, we could have a wrapper in foundry, but I feel like it's better suited here.
The text was updated successfully, but these errors were encountered:
ref foundry-rs/foundry#2790
ethers-rs/ethers-signers/src/ledger/app.rs
Lines 34 to 35 in 2e9ee95
It would help if we could have multiple Ledger instantiations (from multiple derivations) without fighting for the lock. Alternatively, we could have a wrapper in foundry, but I feel like it's better suited here.
The text was updated successfully, but these errors were encountered: