mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 16:47:57 +00:00
Remove depenendcy on sc-consensus-slots (#4321)
This commit is contained in:
committed by
Gavin Wood
parent
a868fcbbbf
commit
638e32fa8f
@@ -157,7 +157,7 @@ pub struct BabeConfiguration {
|
||||
}
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
impl slots::SlotData for BabeConfiguration {
|
||||
impl sp_consensus::SlotData for BabeConfiguration {
|
||||
fn slot_duration(&self) -> u64 {
|
||||
self.slot_duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user