pub async fn assert_nodes_agree<P: SequencerPersistence>(
nodes: &[&SequencerContext<Memory, P>],
min_height: u64,
)Expand description
Asserts every node has decided at least min_height, and that nodes
which have decided the same height agree on the leaf.