Skip to content

Commit

Permalink
Fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Andersen committed Sep 13, 2018
1 parent d5bbbd7 commit 818de25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cli/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,11 +711,11 @@ func actionRTProve(c *cli.Context) error {
os.Exit(1)
}
perspective.Location = subjectresp.Location
params := &pb.BuildRTreeParams{
Perspective: perspective,
SubjectHash: inspectresponse.Entity.Hash,
RtreeNamespace: namespace,
Statements: statements,
params := &pb.BuildRTreeProofParams{
Perspective: perspective,
SubjectHash: inspectresponse.Entity.Hash,
Namespace: namespace,
Statements: statements,
}

resp, err := conn.BuildRTreeProof(context.Background(), params)
Expand Down

0 comments on commit 818de25

Please sign in to comment.