Skip to content

Commit

Permalink
Improve inline comment for ClaimPermission extrinsic of nom pools (#2640
Browse files Browse the repository at this point in the history
)
  • Loading branch information
muddlebee authored Dec 7, 2023
1 parent 4d5832f commit 26116cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/nomination-pools/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ pub enum ClaimPermission {
PermissionlessCompound,
/// Anyone can withdraw rewards on a pool member's behalf.
PermissionlessWithdraw,
/// Anyone can withdraw and compound rewards on a member's behalf.
/// Anyone can withdraw and compound rewards on a pool member's behalf.
PermissionlessAll,
}

Expand Down

0 comments on commit 26116cd

Please sign in to comment.