Skip to content

Commit

Permalink
[FAB-7563] Add pvt data capability to configtx.yaml
Browse files Browse the repository at this point in the history
FAB-6859 introduced V1_1_PVTDATA_EXPERIMENTAL
capability.  This work item adds it to the sample configtx.yaml
so that users know how to configure it.

Change-Id: I14e1fc49caa9193543340cbd885c7988db260ac8
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Dec 29, 2017
1 parent d3c20c8 commit f6bb64b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sampleconfig/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Profiles:
Organizations:
- *SampleOrg


# SampleNoConsortium is very similar to SampleInsecureSolo, except it does
# not define Consortiums.
SampleNoConsortium:
Expand Down Expand Up @@ -357,6 +356,12 @@ Capabilities:
# modification of which would cause imcompatibilities. Users should
# leave this flag set to true.
V1_1: true
# V1_1_PVTDATA_EXPERIMENTAL is an Application capability to enable the
# private data capability. It is only supported when using peers built
# with experimental build tag. When set to true, private data
# collections can be configured upon chaincode instantiation and
# utilized within chaincode Invokes.
V1_1_PVTDATA_EXPERIMENTAL: false

################################################################################
#
Expand Down

0 comments on commit f6bb64b

Please sign in to comment.