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;
|
||||
|
||||
// XCM configurations.
|
||||
mod xcm_config;
|
||||
pub mod xcm_config;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
@@ -102,7 +102,7 @@ mod weights;
|
||||
|
||||
mod bag_thresholds;
|
||||
|
||||
mod xcm_config;
|
||||
pub mod xcm_config;
|
||||
|
||||
// Make the WASM binary available.
|
||||
#[cfg(feature = "std")]
|
||||
|
||||
@@ -89,7 +89,7 @@ use frame_support::traits::{InstanceFilter, OnRuntimeUpgrade};
|
||||
mod bridge_messages;
|
||||
mod validator_manager;
|
||||
mod weights;
|
||||
mod xcm_config;
|
||||
pub mod xcm_config;
|
||||
|
||||
// Make the WASM binary available.
|
||||
#[cfg(feature = "std")]
|
||||
|
||||
@@ -97,7 +97,7 @@ mod weights;
|
||||
mod bag_thresholds;
|
||||
|
||||
// XCM configurations.
|
||||
mod xcm_config;
|
||||
pub mod xcm_config;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user