Skip to content

Commit

Permalink
Improve inline comment for ClaimPermission extrinsic of nom pools (pa…
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee authored Dec 7, 2023
1 parent a18bd47 commit 07f6eb6
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 07f6eb6

Please sign in to comment.