From 3031a8c556ef4e67de2cec3f47f2d9638713bd2f Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Sun, 20 May 2018 12:54:52 -0400 Subject: [PATCH] [FAB-10235] Update BYFN to use V1_2 capability Update BYFN to use V1_2 application capability. Required for private data collections. Change-Id: I56c74b9fb6cd77864b5c8d13abb066a3d729500b Signed-off-by: David Enyeart --- first-network/configtx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/first-network/configtx.yaml b/first-network/configtx.yaml index 3e0deaded4..e55efb05a3 100644 --- a/first-network/configtx.yaml +++ b/first-network/configtx.yaml @@ -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 ################################################################################ #