mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-20 08:35:09 +00:00
Merge "[FAB-10235] Update BYFN to use V1_2 capability"
This commit is contained in:
commit
76008b274d
1 changed files with 2 additions and 2 deletions
|
|
@ -104,11 +104,11 @@ Capabilities:
|
||||||
# manipulated without concern for upgrading orderers. Set the value of the
|
# manipulated without concern for upgrading orderers. Set the value of the
|
||||||
# capability to true to require it.
|
# capability to true to require it.
|
||||||
Application: &ApplicationCapabilities
|
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
|
# determined to be desired for all peers running v1.0.x, but the
|
||||||
# modification of which would cause incompatibilities. Users should
|
# modification of which would cause incompatibilities. Users should
|
||||||
# leave this flag set to true.
|
# leave this flag set to true.
|
||||||
V1_1: true
|
V1_2: true
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue