node: fix babe worker params (#2956)

* node: fix babe worker params

* update Substrate

Co-authored-by: parity-processbot <>
This commit is contained in:
André Silva
2021-06-04 23:01:09 +01:00
committed by GitHub
parent 3bc3856544
commit 9c014f7c8b
2 changed files with 158 additions and 157 deletions
+157 -157
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -923,6 +923,7 @@ pub fn new_full<RuntimeApi, Executor>(
block_import,
env: proposer,
sync_oracle: network.clone(),
justification_sync_link: network.clone(),
create_inherent_data_providers: move |parent, ()| {
let client_clone = client_clone.clone();
let overseer_handler = overseer_handler.clone();