Skip to content

Commit

Permalink
Merge "FAB-3153 Whitespace fixes (protos)"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Apr 19, 2017
2 parents 9d62034 + 7845517 commit 05de667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/peer/signed_cc_dep_spec.proto
Original file line number Diff line number Diff line change
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 05de667

Please sign in to comment.