mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
make xcm_config public (#4731)
This commit is contained in:
@@ -101,7 +101,7 @@ mod weights;
|
|||||||
mod bag_thresholds;
|
mod bag_thresholds;
|
||||||
|
|
||||||
// XCM configurations.
|
// XCM configurations.
|
||||||
mod xcm_config;
|
pub mod xcm_config;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ mod weights;
|
|||||||
|
|
||||||
mod bag_thresholds;
|
mod bag_thresholds;
|
||||||
|
|
||||||
mod xcm_config;
|
pub mod xcm_config;
|
||||||
|
|
||||||
// Make the WASM binary available.
|
// Make the WASM binary available.
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ use frame_support::traits::{InstanceFilter, OnRuntimeUpgrade};
|
|||||||
mod bridge_messages;
|
mod bridge_messages;
|
||||||
mod validator_manager;
|
mod validator_manager;
|
||||||
mod weights;
|
mod weights;
|
||||||
mod xcm_config;
|
pub mod xcm_config;
|
||||||
|
|
||||||
// Make the WASM binary available.
|
// Make the WASM binary available.
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ mod weights;
|
|||||||
mod bag_thresholds;
|
mod bag_thresholds;
|
||||||
|
|
||||||
// XCM configurations.
|
// XCM configurations.
|
||||||
mod xcm_config;
|
pub mod xcm_config;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|||||||
Reference in New Issue
Block a user