Skip to content

Commit c021b47

Browse files
committed
[FAB-10268] Fix invalid qscc path
The path of qscc (github.com/hyperledger/fabric/core/chaincode/qscc) is wrong. Change it to correct path of github.com/hyperledger/fabric/core/scc/qscc. Change-Id: Ic70c050c10494a60a2d34f26bc2116d68946e4d7 Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
1 parent 361a4ef commit c021b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/scc/importsysccs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func builtInSystemChaincodes(ccp ccprovider.ChaincodeProvider, p *Provider, aclP
3737
{
3838
Enabled: true,
3939
Name: "qscc",
40-
Path: "github.com/hyperledger/fabric/core/chaincode/qscc",
40+
Path: "github.com/hyperledger/fabric/core/scc/qscc",
4141
InitArgs: nil,
4242
Chaincode: qscc.New(aclProvider),
4343
InvokableExternal: true, // qscc can be invoked to retrieve blocks

0 commit comments

Comments
 (0)