Skip to content

Commit 6c614a7

Browse files
hongmengningAd96el
andauthored
chore: add missing symbols in pallets/parachain-staking/src/lib.rs (#727)
## fixes KILTProtocol/ticket#312 Add missing symbols in pallets/parachain-staking/src/lib.rs ## Metadata Diff to Develop Branch <details> <summary>Peregrine Diff</summary> ``` ``` </details> <details> <summary>Spiritnet Diff</summary> ``` ``` </details> ## Checklist: - [ ] I have verified that the code works - [ ] No panics! (checked arithmetic ops, no indexing `array[3]` use `get(3)`, ...) - [ ] I have verified that the code is easy to understand - [ ] If not, I have left a well-balanced amount of inline comments - [ ] I have [left the code in a better state](https://deviq.com/principles/boy-scout-rule) - [ ] I have documented the changes (where applicable) * Either PR or Ticket to update [the Docs](https://github.com/KILTprotocol/docs) * Link the PR/Ticket here Co-authored-by: Adel Golghalyani <48685760+Ad96el@users.noreply.github.com>
1 parent bb91a4c commit 6c614a7

File tree

1 file changed

+1
-1
lines changed
  • pallets/parachain-staking/src

1 file changed

+1
-1
lines changed

pallets/parachain-staking/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pub mod pallet {
297297
/// NOTE: To protect against irremovability of a candidate or delegator,
298298
/// we only allow for MaxUnstakeRequests - 1 many manual unstake
299299
/// requests. The last one serves as a placeholder for the cases of
300-
/// calling either `kick_delegator`, force_remove_candidate` or
300+
/// calling either `kick_delegator`, `force_remove_candidate` or
301301
/// `execute_leave_candidates`. Otherwise, a user could max out their
302302
/// unstake requests and prevent themselves from being kicked from the
303303
/// set of candidates/delegators until they unlock their funds.

0 commit comments

Comments
 (0)