core: add Cancel to a list of allowed messages while locked

pull/971/head
matejcik 4 years ago committed by matejcik
parent f32c2f9e23
commit bc9247e18d

@ -119,6 +119,7 @@ async def handle_Ping(ctx: wire.Context, msg: Ping) -> Success:
ALLOW_WHILE_LOCKED = (
MessageType.Initialize,
MessageType.GetFeatures,
MessageType.Cancel,
MessageType.LockDevice,
MessageType.WipeDevice,
)

Loading…
Cancel
Save