Skip to content

Commit 37147e1

Browse files
committed
[FAB-3725] /examples/cluster: Update lccc -> lscc
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]>
1 parent 9a4518c commit 37147e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cluster/config/core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ chaincode:
358358
# chaincode/importsysccs.go
359359
system:
360360
cscc: enable
361-
lccc: enable
361+
lscc: enable
362362
escc: enable
363363
vscc: enable
364364
qscc: enable

0 commit comments

Comments
 (0)