File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ func OperatorCmd(p utils.Prompter) *cli.Command {
22
22
operator .GetOperatorSplitCmd (p ),
23
23
operator .GetOperatorPISplitCmd (p ),
24
24
operator .SetOperatorPISplitCmd (p ),
25
+ operator .SetOperatorSetSplitCmd (p ),
26
+ operator .GetOperatorSetSplitCmd (p ),
25
27
operator .AllocationsCmd (p ),
26
28
operator .DeregisterCommand (p ),
27
29
operator .RegisterOperatorSetsCommand (p ),
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
func GetOperatorSetSplitCmd (p utils.Prompter ) * cli.Command {
15
15
var operatorSplitCmd = & cli.Command {
16
- Name : "get-pi -split" ,
16
+ Name : "get-operatorset -split" ,
17
17
Usage : "Get programmatic incentives rewards split" ,
18
18
Action : func (cCtx * cli.Context ) error {
19
19
return GetOperatorSplit (cCtx , true , true )
You can’t perform that action at this time.
0 commit comments