Skip to content

Commit

Permalink
Remove +lifecycle enable parameter from core.yaml
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wlahti committed Dec 12, 2018
1 parent e485f77 commit 3cbc5cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sampleconfig/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,13 @@ chaincode:
# whitelist, add "myscc: enable" to the list below, and register in
# chaincode/importsysccs.go
system:
+lifecycle: enable
cscc: enable
lscc: enable
escc: enable
vscc: enable
qscc: enable

# System chaincode plugins:
# System chaincode plugins:
# System chaincodes can be loaded as shared objects compiled as Go plugins.
# See examples/plugins/scc for an example.
# Plugins must be white listed in the chaincode.system section above.
Expand Down

0 comments on commit 3cbc5cf

Please sign in to comment.