Removes use of sc_client::Client from sc_consensus_babe (#5014)

* removes use of sc_client::Client from sc_consensus_babe

* Update client/consensus/babe/src/lib.rs

Co-authored-by: Benjamin Kampmann <ben.kampmann@googlemail.com>
This commit is contained in:
Seun Lanlege
2020-02-21 12:13:16 +01:00
committed by GitHub
parent 661c469f38
commit 832b2ef642
4 changed files with 50 additions and 86 deletions
@@ -230,7 +230,6 @@ mod tests {
config.clone(),
client.clone(),
client.clone(),
client.clone(),
).expect("can initialize block-import");
let epoch_changes = link.epoch_changes().clone();