Skip to content

Commit

Permalink
Fix build error due to CR 6801
Browse files Browse the repository at this point in the history
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 <binhn@us.ibm.com>
  • Loading branch information
binhn committed Mar 8, 2017
1 parent 5cfe565 commit 7191d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion msp/mgmt/mgmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ import (
"errors"

"github.com/hyperledger/fabric/bccsp/factory"
configvaluesmsp "github.com/hyperledger/fabric/common/configvalues/msp"
configvaluesmsp "github.com/hyperledger/fabric/common/config/msp"

"github.com/hyperledger/fabric/msp"
"github.com/op/go-logging"
)
Expand Down

0 comments on commit 7191d89

Please sign in to comment.