Skip to content

Commit

Permalink
[FAB-10235] Update BYFN to use V1_2 capability
Browse files Browse the repository at this point in the history
Update BYFN to use V1_2 application capability.
Required for private data collections.

Change-Id: I56c74b9fb6cd77864b5c8d13abb066a3d729500b
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed May 21, 2018
1 parent 5cf1944 commit 3031a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first-network/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ Capabilities:
# manipulated without concern for upgrading orderers. Set the value of the
# capability to true to require it.
Application: &ApplicationCapabilities
# V1.1 for Application is a catchall flag for behavior which has been
# V1.2 for Application is a catchall flag for behavior which has been
# determined to be desired for all peers running v1.0.x, but the
# modification of which would cause incompatibilities. Users should
# leave this flag set to true.
V1_1: true
V1_2: true

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

0 comments on commit 3031a8c

Please sign in to comment.