mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 12:58:13 +00:00
fix(core): fix passphrase entry in btconly fw
[no changelog]
This commit is contained in:
parent
f3c4f1e867
commit
c1e3ac5b3c
@ -80,6 +80,7 @@ def get_features() -> Features:
|
||||
Capability.Crypto,
|
||||
Capability.Shamir,
|
||||
Capability.ShamirGroups,
|
||||
Capability.PassphraseEntry,
|
||||
]
|
||||
else:
|
||||
f.capabilities = [
|
||||
|
Loading…
Reference in New Issue
Block a user