Skip to content

Commit 816c92d

Browse files
alexgparitybkchr
andauthored
Update node/core/parachains-inherent/src/lib.rs
Co-authored-by: Bastian Köcher <[email protected]>
1 parent dc9c98c commit 816c92d

File tree

1 file changed

+1
-4
lines changed
  • node/core/parachains-inherent/src

1 file changed

+1
-4
lines changed

node/core/parachains-inherent/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ impl<C: sp_blockchain::HeaderBackend<Block>> ParachainsInherentDataProvider<C> {
5151
}
5252

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

0 commit comments

Comments
 (0)