mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
core/boot: do not pass useless argument to request_sd_salt
This commit is contained in:
parent
e9fe6c2943
commit
51a5d8e30a
@ -16,7 +16,7 @@ async def bootscreen() -> None:
|
||||
if storage.sd_salt.is_enabled() or config.has_pin():
|
||||
await lockscreen()
|
||||
|
||||
salt = await request_sd_salt(wire.DummyContext())
|
||||
salt = await request_sd_salt()
|
||||
|
||||
if not config.has_pin():
|
||||
config.unlock(pin_to_int(""), salt)
|
||||
|
Loading…
Reference in New Issue
Block a user