Substrate companion #8280 (#2578)

* Substrate companion #8280

https://github.com/paritytech/substrate/pull/8280

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Bastian Köcher
2021-03-09 20:43:31 +01:00
committed by GitHub
parent 8b4f46d2df
commit b3dec9017b
2 changed files with 209 additions and 150 deletions
+208 -150
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -843,6 +843,7 @@ pub fn new_full<RuntimeApi, Executor>(
backoff_authoring_blocks,
babe_link,
can_author_with,
block_proposal_slot_portion: babe::SlotProportion::new(2f32 / 3f32),
};
let babe = babe::start_babe(babe_config)?;