1
0
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:
matejcik 2020-01-30 15:58:04 +01:00 committed by Pavol Rusnak
parent d4171aaedc
commit 938f347514
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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)