mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 04:50:57 +00:00
core: add Cancel to a list of allowed messages while locked
This commit is contained in:
parent
f32c2f9e23
commit
bc9247e18d
@ -119,6 +119,7 @@ async def handle_Ping(ctx: wire.Context, msg: Ping) -> Success:
|
|||||||
ALLOW_WHILE_LOCKED = (
|
ALLOW_WHILE_LOCKED = (
|
||||||
MessageType.Initialize,
|
MessageType.Initialize,
|
||||||
MessageType.GetFeatures,
|
MessageType.GetFeatures,
|
||||||
|
MessageType.Cancel,
|
||||||
MessageType.LockDevice,
|
MessageType.LockDevice,
|
||||||
MessageType.WipeDevice,
|
MessageType.WipeDevice,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user