Skip to content

Commit

Permalink
Update polkadot/xcm/src/v5/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Catangiu <[email protected]>
  • Loading branch information
franciscoaguirre and acatangiu authored Nov 29, 2024
1 parent 9527b5b commit 9ced35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polkadot/xcm/src/v5/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ pub enum Instruction<Call> {
/// - `call`: The encoded transaction to be applied.
/// - `fallback_max_weight`: Used for compatibility with previous versions. Corresponds to the
/// `require_weight_at_most` parameter in previous versions. If you don't care about
/// compatibility you can just put `None`. WARNING: If you do, your XCM won't work with older
/// versions.
/// compatibility you can just put `None`. WARNING: If you do, your XCM might not work with older
/// versions. Make sure to dry-run and validate.
///
/// Safety: No concerns.
///
Expand Down

0 comments on commit 9ced35f

Please sign in to comment.