Commit 7845517 1 parent b2a2b3b commit 7845517 Copy full SHA for 7845517
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import "peer/proposal_response.proto";
25
25
// SignedChaincodeDeploymentSpec carries the CDS along with endorsements
26
26
message SignedChaincodeDeploymentSpec {
27
27
28
- // This is the bytes of the ChaincodeDeploymentSpec
28
+ // This is the bytes of the ChaincodeDeploymentSpec
29
29
bytes chaincode_deployment_spec = 1 ;
30
30
31
31
// This is the instantiation policy which is identical in structure
@@ -36,7 +36,7 @@ message SignedChaincodeDeploymentSpec {
36
36
bytes instantiation_policy = 2 ;
37
37
38
38
// The endorsements of the above deployment spec, the owner's signature over
39
- // chaincode_deployment_spec and Endorsement.endorser.
39
+ // chaincode_deployment_spec and Endorsement.endorser.
40
40
repeated Endorsement owner_endorsements = 3 ;
41
41
}
42
42
You can’t perform that action at this time.
0 commit comments