Skip to content

Commit

Permalink
fix: check_nesting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Oct 16, 2023
1 parent e47c9de commit a97dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ pub trait CommonCollectionOperations<T: Config> {

/// Check permission to nest token.
///
/// * `sender` - The user who initiated the check. If the user is unknown, nesting is not allowed.
/// * `sender` - The user who initiated the check.
/// * `from` - The token that is checked for embedding.
/// * `under` - Token under which to check.
/// * `budget` - The maximum budget that can be spent on the check.
Expand Down

0 comments on commit a97dd3a

Please sign in to comment.