mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
* Fixes for democracy using Scheduler * Revert branch change
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "polkadot-parachain"
|
||||
version = "0.7.28"
|
||||
version = "0.7.29-pre1"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Types and utilities for creating and working with parachains"
|
||||
edition = "2018"
|
||||
|
||||
@@ -28,6 +28,7 @@ use sp_externalities::ExternalitiesExt;
|
||||
#[runtime_interface]
|
||||
pub trait Parachain {
|
||||
/// Post a message to this parachain's relay chain.
|
||||
#[allow(dead_code)]
|
||||
fn post_upward_message(&mut self, msg: UpwardMessage) {
|
||||
self.extension::<crate::wasm_executor::ParachainExt>()
|
||||
.expect("No `ParachainExt` associated with the current context.")
|
||||
|
||||
Reference in New Issue
Block a user