File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -853,8 +853,8 @@ var createProofSetCmd = &cli.Command{
853
853
Required : true ,
854
854
},
855
855
& cli.StringFlag {
856
- Name : "recordkeeper " ,
857
- Usage : "Address of the record keeper contract" ,
856
+ Name : "pdp-service-contract " ,
857
+ Usage : "Address of the pdp service contract" ,
858
858
Required : true ,
859
859
},
860
860
& cli.StringFlag {
@@ -871,7 +871,7 @@ var createProofSetCmd = &cli.Command{
871
871
Action : func (cctx * cli.Context ) error {
872
872
serviceURL := cctx .String ("service-url" )
873
873
serviceName := cctx .String ("service-name" )
874
- recordKeeper := cctx .String ("recordkeeper " )
874
+ recordKeeper := cctx .String ("pdp-service-contract " )
875
875
extraDataHexStr := cctx .String ("extra-data" )
876
876
877
877
// Validate extraData hex string and its decoded length
You can’t perform that action at this time.
0 commit comments