Skip to content

Commit

Permalink
Update substrate/frame/core-fellowship/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
ggwpez and bkchr authored Jan 2, 2025
1 parent d9d3e18 commit 9d6075a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion substrate/frame/core-fellowship/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,9 @@ pub mod pallet {
Ok(Pays::No.into()) // Successful imports are free
}

/// Introduce an already-ranked individual of the collective into this pallet. The rank may
/// Introduce an already-ranked individual of the collective into this pallet.
///
/// The rank may
/// still be zero. Can be called by anyone on any collective member - including the sender.
///
/// This resets `last_proof` to the current block and `last_promotion` will be set to zero,
Expand Down

0 comments on commit 9d6075a

Please sign in to comment.