mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 05:12:02 +00:00
Fix context.py -redundant read param
This commit is contained in:
parent
bf362902fc
commit
0e91237a08
@ -73,7 +73,7 @@ class Context:
|
||||
|
||||
def read_from_wire(self) -> Awaitable[Message]:
|
||||
"""Read a whole message from the wire without parsing it."""
|
||||
return protocol.read_message(self, self.iface, self.buffer)
|
||||
return protocol.read_message(self.iface, self.buffer)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user