Skip to content

Commit

Permalink
Fix doc comment as suggested by reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
dcompoze committed Mar 24, 2024
1 parent 10204be commit d2c4b15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cumulus/primitives/utility/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,10 @@ impl<
}
}

/// XCM fee depositor to which we implement the TakeRevenue trait
/// It receives a Transact implemented argument, a 32 byte convertible accountId, and the fee
/// receiver account FungiblesMutateAdapter should be identical to that implemented by WithdrawAsset
/// XCM fee depositor to which we implement the `TakeRevenue` trait.
/// It receives a `Transact` implemented argument and a 32 byte convertible `AccountId`, and the fee
/// receiver account's `FungiblesMutateAdapter` should be identical to that implemented by
/// `WithdrawAsset`.
pub struct XcmFeesTo32ByteAccount<FungiblesMutateAdapter, AccountId, ReceiverAccount>(
PhantomData<(FungiblesMutateAdapter, AccountId, ReceiverAccount)>,
);
Expand Down

0 comments on commit d2c4b15

Please sign in to comment.