Skip to content

Commit

Permalink
Substrate companion for change slot duration fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and seunlanlege committed Dec 17, 2021
1 parent 7d8f00b commit 7701f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ where

let justification_import = grandpa_block_import.clone();

let babe_config = babe::Config::get_or_compute(&*client)?;
let babe_config = babe::Config::get(&*client)?;
let (block_import, babe_link) =
babe::block_import(babe_config.clone(), grandpa_block_import, client.clone())?;

Expand Down

0 comments on commit 7701f03

Please sign in to comment.