Node: removed duplicated export.

This commit is contained in:
Marco Stronati 2018-02-13 17:13:23 +01:00 committed by Benjamin Canou
parent c3967e7bc0
commit f9ffb21e74

View File

@ -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