Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make docs ready
  • Loading branch information
bkchr committed Oct 13, 2022
commit 9cb8a6082eca8d336984483156b2961af8ced0e2
2 changes: 1 addition & 1 deletion client/consensus/aura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub enum CompatibilityMode<N> {
/// Call `initialize_block` before doing any runtime calls.
///
/// The node would execute `initialize_block` before fetchting the authorities
/// from the runtime. This behaviour changed in: https://github.com/paritytech/substrate/pull/9132
/// from the runtime. This behaviour changed in: <https://github.com/paritytech/substrate/pull/9132>
///
/// By calling `initialize_block` before fetching the authorities, on a block that
/// would enact a new validator set, the block would already be build/sealed by an
Expand Down