This commit is contained in:
Victory Van
2020-09-09 16:38:52 +08:00
committed by GitHub
parent f006b0e170
commit 3da343b926
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,7 @@ pub enum XCMPMessage<XAccountId, XBalance> {
TransferToken(XAccountId, XBalance), TransferToken(XAccountId, XBalance),
} }
/// The version infromation used to identify this runtime when compiled natively. /// The version information used to identify this runtime when compiled natively.
#[cfg(feature = "std")] #[cfg(feature = "std")]
pub fn native_version() -> NativeVersion { pub fn native_version() -> NativeVersion {
NativeVersion { NativeVersion {
+1 -1
View File
@@ -89,7 +89,7 @@ pub enum XCMPMessage<XAccountId, XBalance> {
TransferToken(XAccountId, XBalance), TransferToken(XAccountId, XBalance),
} }
/// The version infromation used to identify this runtime when compiled natively. /// The version information used to identify this runtime when compiled natively.
#[cfg(feature = "std")] #[cfg(feature = "std")]
pub fn native_version() -> NativeVersion { pub fn native_version() -> NativeVersion {
NativeVersion { NativeVersion {