Explorar o código

fix peer_handle

Alex Cheema hai 6 meses
pai
achega
97f3bad38f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exo/networking/peer_handle.py

+ 1 - 1
exo/networking/peer_handle.py

@@ -48,7 +48,7 @@ class PeerHandle(ABC):
     pass
 
   @abstractmethod
-  async def send_new_token(self, request_id: str, token: int, is_finished: bool) -> None:
+  async def send_result(self, request_id: str, result: List[int], is_finished: bool) -> None:
     pass
 
   @abstractmethod