Skip to content
Snippets Groups Projects
Commit 85936d28 authored by André Silva's avatar André Silva Committed by GitHub
Browse files

Companion for substrate#9138 (#3294)

* fix babe params

* update Substrate

Co-authored-by: parity-processbot <>
parent a5c6d30c
No related merge requests found
This diff is collapsed.
......@@ -820,6 +820,7 @@ pub fn new_full<RuntimeApi, Executor, OverseerGenerator>(
babe_link,
can_author_with,
block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32),
max_block_proposal_slot_portion: None,
telemetry: telemetry.as_ref().map(|x| x.handle()),
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment