core: do not prompt for PIN just to lock the device again

pull/971/head
matejcik 4 years ago committed by matejcik
parent 2cedc687e6
commit 06aed7135a

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

Loading…
Cancel
Save