Skip to content

Commit 7191d89

Browse files
committed
Fix build error due to CR 6801
https://gerrit.hyperledger.org/r/#/c/6801 intro an import that has been moved to a different location. Change-Id: I1c62529c0ebd011d7515b9111420ffb30d3daf1e Signed-off-by: Binh Q. Nguyen <[email protected]>
1 parent 5cfe565 commit 7191d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

msp/mgmt/mgmt.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import (
2323
"errors"
2424

2525
"github.com/hyperledger/fabric/bccsp/factory"
26-
configvaluesmsp "github.com/hyperledger/fabric/common/configvalues/msp"
26+
configvaluesmsp "github.com/hyperledger/fabric/common/config/msp"
27+
2728
"github.com/hyperledger/fabric/msp"
2829
"github.com/op/go-logging"
2930
)

0 commit comments

Comments
 (0)