Fix typos
This commit is contained in:
parent
694c48f94a
commit
6cfd00e705
@ -176,7 +176,7 @@ let () =
|
||||
`Branch
|
||||
~id:"RPC_context.Not_found"
|
||||
~title:"RPC lookup failed"
|
||||
~description:"RPC lookup failed. No RPC exists at the URL or the RPC tried to access non-existant data."
|
||||
~description:"RPC lookup failed. No RPC exists at the URL or the RPC tried to access non-existent data."
|
||||
(obj2
|
||||
(req "method" RPC_service.meth_encoding)
|
||||
(req "uri" uri_encoding))
|
||||
|
@ -101,7 +101,7 @@ let get_seed_nonce_hash ctxt =
|
||||
| B { header } -> header
|
||||
| I i -> Incremental.header i in
|
||||
match header.protocol_data.contents.seed_nonce_hash with
|
||||
| None -> failwith "Ne committed nonce"
|
||||
| None -> failwith "No committed nonce"
|
||||
| Some hash -> return hash
|
||||
|
||||
let get_seed ctxt = Alpha_services.Seed.get rpc_ctxt ctxt
|
||||
|
Loading…
Reference in New Issue
Block a user