mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 14:05:50 +00:00
Substrate companion for fetching slot duration (#864)
* Substrate companion for fetching slot duration https://github.com/paritytech/substrate/pull/10509 * update lockfile for substrate * Update Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+442
-418
File diff suppressed because it is too large
Load Diff
@@ -276,7 +276,7 @@ where
|
|||||||
{
|
{
|
||||||
let pov_recovery = cumulus_client_pov_recovery::PoVRecovery::new(
|
let pov_recovery = cumulus_client_pov_recovery::PoVRecovery::new(
|
||||||
self.overseer_handle,
|
self.overseer_handle,
|
||||||
sc_consensus_babe::Config::get_or_compute(&*client)?.slot_duration(),
|
sc_consensus_babe::Config::get(&*client)?.slot_duration(),
|
||||||
self.client,
|
self.client,
|
||||||
self.import_queue,
|
self.import_queue,
|
||||||
client,
|
client,
|
||||||
|
|||||||
Reference in New Issue
Block a user