Skip to content

Commit

Permalink
FAB-3153 Whitespace fixes (protos)
Browse files Browse the repository at this point in the history
Change-Id: I2a2c37545a7e398f375b7f5cbce70f074b449a65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Ry Jones <rjones@linuxfoundation.org>
  • Loading branch information
jwagantall authored and ryjones committed Apr 19, 2017
1 parent b2a2b3b commit 7845517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/peer/signed_cc_dep_spec.proto
Expand Up @@ -25,7 +25,7 @@ import "peer/proposal_response.proto";
// SignedChaincodeDeploymentSpec carries the CDS along with endorsements
message SignedChaincodeDeploymentSpec {

// This is the bytes of the ChaincodeDeploymentSpec
// This is the bytes of the ChaincodeDeploymentSpec
bytes chaincode_deployment_spec = 1;

// This is the instantiation policy which is identical in structure
Expand All @@ -36,7 +36,7 @@ message SignedChaincodeDeploymentSpec {
bytes instantiation_policy = 2;

// The endorsements of the above deployment spec, the owner's signature over
// chaincode_deployment_spec and Endorsement.endorser.
// chaincode_deployment_spec and Endorsement.endorser.
repeated Endorsement owner_endorsements = 3;
}

0 comments on commit 7845517

Please sign in to comment.