From f9ffb21e74f67222c00f0a42fa4696dcd135d240 Mon Sep 17 00:00:00 2001 From: Marco Stronati Date: Tue, 13 Feb 2018 17:13:23 +0100 Subject: [PATCH] Node: removed duplicated export. --- src/lib_shell/node.mli | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib_shell/node.mli b/src/lib_shell/node.mli index 67a6f67db..3b40321db 100644 --- a/src/lib_shell/node.mli +++ b/src/lib_shell/node.mli @@ -118,9 +118,6 @@ module RPC : sig sort_operations:bool -> Operation.t list list -> (Block_header.shell_header * error Preapply_result.t list) tzresult Lwt.t - val context_dir: - t -> block -> 'a RPC_directory.t option Lwt.t - val complete: t -> ?block:block -> string -> string list Lwt.t