mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
core: use DUMMY_CONTEXT constant instead of own instance
This commit is contained in:
parent
d4171aaedc
commit
938f347514
@ -28,7 +28,7 @@ async def recovery_homescreen() -> None:
|
||||
return
|
||||
|
||||
# recovery process does not communicate on the wire
|
||||
ctx = wire.DummyContext()
|
||||
ctx = wire.DUMMY_CONTEXT
|
||||
await recovery_process(ctx)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user