Companion for substrate#9138 (#3294)

* fix babe params

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
André Silva
2021-06-19 22:08:00 +01:00
committed by GitHub
parent a5c6d30ccd
commit 85936d2862
2 changed files with 160 additions and 161 deletions
+159 -161
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -820,6 +820,7 @@ pub fn new_full<RuntimeApi, Executor, OverseerGenerator>(
babe_link, babe_link,
can_author_with, can_author_with,
block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32), block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32),
max_block_proposal_slot_portion: None,
telemetry: telemetry.as_ref().map(|x| x.handle()), telemetry: telemetry.as_ref().map(|x| x.handle()),
}; };