We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9c98c commit 816c92dCopy full SHA for 816c92d
node/core/parachains-inherent/src/lib.rs
@@ -51,10 +51,7 @@ impl<C: sp_blockchain::HeaderBackend<Block>> ParachainsInherentDataProvider<C> {
51
}
52
53
/// Create a new instance of the [`ParachainsInherentDataProvider`].
54
- pub async fn create(
55
- client: Arc<C>,
56
- mut overseer: Handle,
57
- parent: Hash,
+ async fn create(&self
58
) -> Result<ParachainsInherentData, Error> {
59
let pid = async {
60
let (sender, receiver) = futures::channel::oneshot::channel();
0 commit comments