Skip to content

Commit

Permalink
[FAB-3725] /examples/cluster: Update lccc -> lscc
Browse files Browse the repository at this point in the history
We had cached an older version of the core.yaml, missing
a rename to the LSCC component.  Net effect was that the
LSCC was not starting and we could thus not load any
chaincode

Fixes FAB-3725

Change-Id: Ifa05144ae09c612788317f52f4fb48531799bcec
Signed-off-by: Greg Haskins <[email protected]>
  • Loading branch information
ghaskins committed May 8, 2017
1 parent 9a4518c commit 37147e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cluster/config/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ chaincode:
# chaincode/importsysccs.go
system:
cscc: enable
lccc: enable
lscc: enable
escc: enable
vscc: enable
qscc: enable
Expand Down

0 comments on commit 37147e1

Please sign in to comment.