Open
Description
Component
Forge
Describe the feature you would like
foundry/crates/wallets/src/multi_wallet.rs
Lines 369 to 375 in 398ef4a
Currently, every new instance of TrezorSigner
is created with their own session_id
. If a passphrase is enabled on the device, it means requesting it for every mnemonic index.
Ideally, each TrezorSigner
reuses the first created session_id
.
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Todo