-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
Description
I am trying to send transactions using the Safe-CLI with a Trezor wallet. The Trezor address is successfully imported via load_trezor_cli_owners, but signing transactions fails with the following error
HwDevice exception: Unexpected message
This occurs when running tx-sign in tx-service mode.
Additionally, when switching to blockchain mode, I encounter another issue when attempting to approve a hash:
Account 0x is not loaded
Steps to reproduce the behavior:
- Load a Trezor wallet into Safe-CLI:
safe-cli load_trezor_cli_owners
- Attempt to sign a transaction in
tx-servicemode:safe-cli tx-sign <transaction>
- Observe the error:
HwDevice exception: Unexpected message - Switch to
blockchainmode and try approving a hash:safe-cli approve_hash <hash> <sender>
- Observe the error:
Account 0x00..1 is not loaded
The Safe-CLI should properly interact with the Trezor wallet to sign transactions without unexpected hardware errors.
dataviruset and orlicekm