RPCs: remove useless error
This commit is contained in:
parent
b2b1c8e30b
commit
83dae71883
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user