Shell: comment typo
This commit is contained in:
parent
85cac4282c
commit
d8805ede7b
@ -735,7 +735,7 @@ module Block = struct
|
|||||||
(List.for_all2
|
(List.for_all2
|
||||||
(fun l1 l2 -> List.length l1 = List.length l2)
|
(fun l1 l2 -> List.length l1 = List.length l2)
|
||||||
operations operations_metadata)
|
operations operations_metadata)
|
||||||
(failure "State.Block.store: inconstent operations and operations_data") >>=? fun () ->
|
(failure "State.Block.store: inconsistent operations and operations_data") >>=? fun () ->
|
||||||
(* let's the validator check the consistency... of fitness, level, ... *)
|
(* let's the validator check the consistency... of fitness, level, ... *)
|
||||||
Shared.use chain_state.block_store begin fun store ->
|
Shared.use chain_state.block_store begin fun store ->
|
||||||
Store.Block.Invalid_block.known store hash >>= fun known_invalid ->
|
Store.Block.Invalid_block.known store hash >>= fun known_invalid ->
|
||||||
|
Loading…
Reference in New Issue
Block a user