Skip to content

Commit

Permalink
[FAB-16473] Stop trying to copy token proto files
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
Change-Id: Ibff0d9ce0ef26c04d679a6248c75cfc5b8319330
  • Loading branch information
Simon Stone committed Aug 29, 2019
1 parent 410f657 commit 238f775
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/protos.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ const DEPS = [
path.join(baseDir, 'peer/chaincode_event.proto'),
path.join(baseDir, 'peer/chaincode_shim.proto'),
path.join(baseDir, 'peer/proposal.proto'),
path.join(baseDir, 'peer/proposal_response.proto'),
path.join(baseDir, 'token/operations.proto'),
path.join(baseDir, 'token/transaction.proto')
path.join(baseDir, 'peer/proposal_response.proto')
];

gulp.task('protos', function() {
Expand Down

0 comments on commit 238f775

Please sign in to comment.