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
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
The text was updated successfully, but these errors were encountered:
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 ownsession_id
. If a passphrase is enabled on the device, it means requesting it for every mnemonic index.Ideally, each
TrezorSigner
reuses the first createdsession_id
.Additional context
No response
The text was updated successfully, but these errors were encountered: