make xcm_config public (#4731)

This commit is contained in:
zqhxuyuan
2022-01-18 02:39:17 +08:00
committed by GitHub
parent 815021ab8a
commit c0ed54f1df
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ mod weights;
mod bag_thresholds;
// XCM configurations.
mod xcm_config;
pub mod xcm_config;
#[cfg(test)]
mod tests;