mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-20 00:59:02 +00:00
fix(tests): clear pin sequence when exiting with block
This commit is contained in:
parent
ebbe563132
commit
aec716bd87
@ -788,10 +788,10 @@ class DebugUI:
|
||||
|
||||
def __init__(self, debuglink: DebugLink) -> None:
|
||||
self.debuglink = debuglink
|
||||
self.pins: t.Iterator[str] | None = None
|
||||
self.clear()
|
||||
|
||||
def clear(self) -> None:
|
||||
self.pins: t.Iterator[str] | None = None
|
||||
self.passphrase = None
|
||||
self.input_flow: t.Union[
|
||||
t.Generator[None, messages.ButtonRequest, None], object, None
|
||||
|
Loading…
Reference in New Issue
Block a user