Skip to content

Commit

Permalink
[FAB-5748] FIX BROKEN BUILD
Browse files Browse the repository at this point in the history
A merge of a CR into master has broken an import path causing all builds
to fail.

This CR fixes the import path.

Change-Id: I6bb4348c7abcba046fff6862d50f7709bdc03fbc
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
  • Loading branch information
Jason Yellick committed Aug 12, 2017
1 parent 7a3ccc0 commit 6e6b77d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orderer/common/multichannel/blockwriter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ package multichannel
import (
"testing"

// "github.com/golang/protobuf/proto"
"github.com/hyperledger/fabric/common/configtx/tool/provisional"
"github.com/hyperledger/fabric/common/crypto"
mockconfigtx "github.com/hyperledger/fabric/common/mocks/configtx"
"github.com/hyperledger/fabric/common/tools/configtxgen/provisional"
"github.com/hyperledger/fabric/orderer/common/ledger"
cb "github.com/hyperledger/fabric/protos/common"
"github.com/hyperledger/fabric/protos/utils"
Expand Down

0 comments on commit 6e6b77d

Please sign in to comment.