Skip to content

Commit acc9055

Browse files
committed
fix: missing params
1 parent 1d22459 commit acc9055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/get_operator_pi_split.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func GetOperatorPISplitCmd(p utils.Prompter) *cli.Command {
1616
Name: "get-pi-split",
1717
Usage: "Get programmatic incentives rewards split",
1818
Action: func(cCtx *cli.Context) error {
19-
return GetOperatorSplit(cCtx, true)
19+
return GetOperatorSplit(cCtx, true, false)
2020
},
2121
After: telemetry.AfterRunAction(),
2222
Flags: getGetOperatorPISplitFlags(),

0 commit comments

Comments
 (0)