From 765bb73e3ac11e1dccf6d2a388cc1a07f1ad28be Mon Sep 17 00:00:00 2001 From: David Enyeart Date: Fri, 25 Sep 2020 12:24:20 -0400 Subject: [PATCH] Remove escc and vscc from list of system chaincodes escc and vscc shifted from system chaincodes to plugins in v1.2, but the entries were never cleaned up from core.yaml. This change removes them from core.yaml Signed-off-by: David Enyeart (cherry picked from commit 69bd5cfcc5f26b2d52c8c25bb001e1b03742a403) --- sampleconfig/core.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sampleconfig/core.yaml b/sampleconfig/core.yaml index 21e91819c80..5e90d2ac071 100644 --- a/sampleconfig/core.yaml +++ b/sampleconfig/core.yaml @@ -588,8 +588,6 @@ chaincode: _lifecycle: enable cscc: enable lscc: enable - escc: enable - vscc: enable qscc: enable # Logging section for the chaincode container