Improve inline comment for ClaimPermission extrinsic of nom pools (#2640)

This commit is contained in:
Anwesh
2023-12-07 19:49:34 +05:30
committed by GitHub
parent 4d5832f729
commit 26116cdb02
+1 -1
View File
@@ -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,
}