Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update node/core/parachains-inherent/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <info@kchr.de>
  • Loading branch information
alexgparity and bkchr authored Dec 1, 2022
1 parent dc9c98c commit 816c92d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions node/core/parachains-inherent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ impl<C: sp_blockchain::HeaderBackend<Block>> ParachainsInherentDataProvider<C> {
}

/// Create a new instance of the [`ParachainsInherentDataProvider`].
pub async fn create(
client: Arc<C>,
mut overseer: Handle,
parent: Hash,
async fn create(&self
) -> Result<ParachainsInherentData, Error> {
let pid = async {
let (sender, receiver) = futures::channel::oneshot::channel();
Expand Down

0 comments on commit 816c92d

Please sign in to comment.