Fix spelling mistake
This commit is contained in:
parent
c6b4a83e2b
commit
059e4cac79
@ -658,7 +658,7 @@ let inject_operation =
|
|||||||
constructed using a contextual RPCs from the latest block \
|
constructed using a contextual RPCs from the latest block \
|
||||||
and signed by the client. By default, the RPC will wait for \
|
and signed by the client. By default, the RPC will wait for \
|
||||||
the operation to be (pre-)validated before answering. See \
|
the operation to be (pre-)validated before answering. See \
|
||||||
RPCs ubder /blocks/prevalidation for more details on the \
|
RPCs under /blocks/prevalidation for more details on the \
|
||||||
prevalidation context."
|
prevalidation context."
|
||||||
~input:
|
~input:
|
||||||
(obj4
|
(obj4
|
||||||
|
@ -40,7 +40,7 @@ val shutdown: t -> unit Lwt.t
|
|||||||
val notify_operations: t -> P2p.Peer_id.t -> Mempool.t -> unit
|
val notify_operations: t -> P2p.Peer_id.t -> Mempool.t -> unit
|
||||||
|
|
||||||
(** Conditionnaly inject a new operation in the node: the operation will
|
(** Conditionnaly inject a new operation in the node: the operation will
|
||||||
be ignored when it is (strongly) refused. This is the
|
be ignored when it is (strongly) refused This is the
|
||||||
entry-point used by the P2P layer. The operation content has been
|
entry-point used by the P2P layer. The operation content has been
|
||||||
previously stored on disk. *)
|
previously stored on disk. *)
|
||||||
val inject_operation: t -> ?force:bool -> Operation.t -> unit tzresult Lwt.t
|
val inject_operation: t -> ?force:bool -> Operation.t -> unit tzresult Lwt.t
|
||||||
|
Loading…
Reference in New Issue
Block a user