mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Remove Useless Inherent Data Provider (#5750)
* Remove Useless Inherent Data Provider * Remove Unused Deps
This commit is contained in:
@@ -1125,11 +1125,6 @@ where
|
||||
parent,
|
||||
).await.map_err(|e| Box::new(e))?;
|
||||
|
||||
let uncles = sc_consensus_uncles::create_uncles_inherent_data_provider(
|
||||
&*client_clone,
|
||||
parent,
|
||||
)?;
|
||||
|
||||
let timestamp = sp_timestamp::InherentDataProvider::from_system_time();
|
||||
|
||||
let slot =
|
||||
@@ -1138,7 +1133,7 @@ where
|
||||
slot_duration,
|
||||
);
|
||||
|
||||
Ok((timestamp, slot, uncles, parachain))
|
||||
Ok((timestamp, slot, parachain))
|
||||
}
|
||||
},
|
||||
force_authoring,
|
||||
|
||||
Reference in New Issue
Block a user