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
Update lib.rs
  • Loading branch information
gavofyork authored Jan 11, 2019
commit 7f62d90b6fc8b74a41af80ccdfc0768fdd24774d
2 changes: 1 addition & 1 deletion core/consensus/aura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ pub fn start_aura<B, C, E, I, SO, Error>(
signature,
);

let import_block : ImportBlock<B> = ImportBlock {
let import_block: ImportBlock<B> = ImportBlock {
origin: BlockOrigin::Own,
header,
justification: None,
Expand Down