Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Correct comment (#6839)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong authored Mar 8, 2023
1 parent 9c2d98b commit 049921e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ impl WrapVersion for AlwaysV2 {
}
}

/// `WrapVersion` implementation which attempts to always convert the XCM to version 2 before wrapping it.
/// `WrapVersion` implementation which attempts to always convert the XCM to version 3 before wrapping it.
pub struct AlwaysV3;
impl WrapVersion for AlwaysV3 {
fn wrap_version<Call>(
Expand Down

0 comments on commit 049921e

Please sign in to comment.