Skip to content

Commit

Permalink
Fix pin matrix does not display
Browse files Browse the repository at this point in the history
  • Loading branch information
moisses89 committed Dec 13, 2023
1 parent c21e96c commit a2d9716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_cli/operators/hw_wallets/trezor_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_trezor_client() -> TrezorClient:
This method is cached to share the same configuration between trezor calls while the class is not instantiated.
:return:
"""
ui = ClickUI(passphrase_on_host=True)
ui = ClickUI(passphrase_on_host=True, always_prompt=True)
client = get_default_client(ui=ui)
return client

Expand Down

0 comments on commit a2d9716

Please sign in to comment.