From 4cbc5282b8b2670cbf9c3273af0aa0a3883bd111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 21 Feb 2019 15:30:59 +0100 Subject: [PATCH] P2p: fix typo --- src/lib_p2p/p2p_socket.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_p2p/p2p_socket.mli b/src/lib_p2p/p2p_socket.mli index 9688d5fef..6dd9a2d17 100644 --- a/src/lib_p2p/p2p_socket.mli +++ b/src/lib_p2p/p2p_socket.mli @@ -74,7 +74,7 @@ val authenticate: [P2P_io_scheduler.connection] into an [authenticated_connection] (auth correct, acceptation undecided). *) -val kick: 'meta authenticated_connection -> P2p_point.Id.t list -> unit Lwt.t +val kick: 'meta authenticated_connection -> unit Lwt.t (** (Low-level) (Cancelable) [kick afd] notifies the remote peer that we refuse this connection and then closes [afd]. Used in [P2p_connection_pool] to reject an [authenticated_connection] which we do