RPCs: remove useless error
This commit is contained in:
parent
b2b1c8e30b
commit
83dae71883
@ -127,7 +127,6 @@ let raw_context_encoding =
|
|||||||
|
|
||||||
type error +=
|
type error +=
|
||||||
| Invalid_depth_arg of (string list * int)
|
| Invalid_depth_arg of (string list * int)
|
||||||
| Missing_key of string list
|
|
||||||
|
|
||||||
let () =
|
let () =
|
||||||
register_error_kind
|
register_error_kind
|
||||||
|
@ -47,7 +47,6 @@ val pp_raw_context: Format.formatter -> raw_context -> unit
|
|||||||
|
|
||||||
type error +=
|
type error +=
|
||||||
| Invalid_depth_arg of (string list * int)
|
| Invalid_depth_arg of (string list * int)
|
||||||
| Missing_key of string list
|
|
||||||
|
|
||||||
module type PROTO = sig
|
module type PROTO = sig
|
||||||
val hash: Protocol_hash.t
|
val hash: Protocol_hash.t
|
||||||
|
Loading…
Reference in New Issue
Block a user