mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +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(
|
||||
self.overseer_handle,
|
||||
sc_consensus_babe::Config::get_or_compute(&*client)?.slot_duration(),
|
||||
sc_consensus_babe::Config::get(&*client)?.slot_duration(),
|
||||
self.client,
|
||||
self.import_queue,
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user