diff --git a/xcm/pallet-xcm/src/lib.rs b/xcm/pallet-xcm/src/lib.rs index f927f3a80d09..abd08940e5f9 100644 --- a/xcm/pallet-xcm/src/lib.rs +++ b/xcm/pallet-xcm/src/lib.rs @@ -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, @@ -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,