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

Commit

Permalink
Fix method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Sep 16, 2022
1 parent 71eeede commit 6a8668d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions xcm/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,7 @@ pub mod pallet {
)
}

/// Transfer some assets from sovereign account to reserve holder chain and
/// forward a notification XCM.
/// Transfer some assets from sovereign account to reserve holder chain.
///
/// Fee payment on the destination side is made from the asset in the `assets` vector of
/// index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
Expand Down Expand Up @@ -809,8 +808,7 @@ pub mod pallet {
)
}

/// Transfer some assets from sovereign account to reserve holder chain and
/// forward a notification XCM.
/// Transfer some assets from sovereign account to reserve holder chain.
///
/// Fee payment on the destination side is made from the asset in the `assets` vector of
/// index `fee_asset_item`. The weight limit for fees is not provided and thus is unlimited,
Expand Down

0 comments on commit 6a8668d

Please sign in to comment.