mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
fix typo (#212)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user