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
implement get_signed_raw_transaction() in safe_cli/operators/hw_wallets/trezor_wallet.py
change load_hw_wallet() in safe_cli/operators/safe_operator.py so that self.hw_wallet_manager.set_sender() is called not just when hw_wallet_type == HwWalletType.LEDGER but also when hw_wallet_type == HwWalletType.TREZOR
What is needed?
Add support to send transactions from Trezor.
Background
Currently we can sign transactions with Trezor, but send transactions from Trezor is not supported.
Related issues
#325
The text was updated successfully, but these errors were encountered: