RPCs: remove useless error

This commit is contained in:
Benjamin Canou 2018-06-05 16:55:06 +02:00
parent b2b1c8e30b
commit 83dae71883
2 changed files with 0 additions and 2 deletions

View File

@ -127,7 +127,6 @@ let raw_context_encoding =
type error +=
| Invalid_depth_arg of (string list * int)
| Missing_key of string list
let () =
register_error_kind

View File

@ -47,7 +47,6 @@ val pp_raw_context: Format.formatter -> raw_context -> unit
type error +=
| Invalid_depth_arg of (string list * int)
| Missing_key of string list
module type PROTO = sig
val hash: Protocol_hash.t