Skip to content

Commit

Permalink
add params
Browse files Browse the repository at this point in the history
  • Loading branch information
fyInALT committed Aug 29, 2024
1 parent 461e360 commit c519392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic-operator-proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ func (s *ProxyHashRpcServer) OperatorStatus(ctx context.Context) (OperatorStatus
}

err = client.CallContext(
ctx, &res, "operator_operatorStatus")
ctx, &res, "operator_operatorStatus", []interface{}{})
if err != nil {
return res, errors.Wrapf(err, "call OperatorStatus failed")
}
Expand Down

0 comments on commit c519392

Please sign in to comment.