Fix failing emulator - missing parameter

M1nd3r/thp5
M1nd3r 2 months ago committed by M1nd3r
parent 7b38b3604f
commit c205d80762

@ -73,7 +73,7 @@ class Context:
def read_from_wire(self) -> Awaitable[Message]:
"""Read a whole message from the wire without parsing it."""
return WireProtocol.read_message(self.iface, self.buffer)
return WireProtocol.read_message(self, self.iface, self.buffer)
if TYPE_CHECKING:

Loading…
Cancel
Save