Skip to content

Commit 3cbc5cf

Browse files
committed
Remove +lifecycle enable parameter from core.yaml
This parameter was accidentally left in the codebase and should be removed to avoid any confusion regarding lifecycle. FAB-13249 #done Change-Id: I632591004e943f1294780b123049ece1769e3d67 Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
1 parent e485f77 commit 3cbc5cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sampleconfig/core.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,14 +518,13 @@ chaincode:
518518
# whitelist, add "myscc: enable" to the list below, and register in
519519
# chaincode/importsysccs.go
520520
system:
521-
+lifecycle: enable
522521
cscc: enable
523522
lscc: enable
524523
escc: enable
525524
vscc: enable
526525
qscc: enable
527526

528-
# System chaincode plugins:
527+
# System chaincode plugins:
529528
# System chaincodes can be loaded as shared objects compiled as Go plugins.
530529
# See examples/plugins/scc for an example.
531530
# Plugins must be white listed in the chaincode.system section above.

0 commit comments

Comments
 (0)