Skip to content

Commit 6e6b77d

Browse files
author
Jason Yellick
committed
[FAB-5748] FIX BROKEN BUILD
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>
1 parent 7a3ccc0 commit 6e6b77d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

orderer/common/multichannel/blockwriter_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ package multichannel
1919
import (
2020
"testing"
2121

22-
// "github.com/golang/protobuf/proto"
23-
"github.com/hyperledger/fabric/common/configtx/tool/provisional"
2422
"github.com/hyperledger/fabric/common/crypto"
2523
mockconfigtx "github.com/hyperledger/fabric/common/mocks/configtx"
24+
"github.com/hyperledger/fabric/common/tools/configtxgen/provisional"
2625
"github.com/hyperledger/fabric/orderer/common/ledger"
2726
cb "github.com/hyperledger/fabric/protos/common"
2827
"github.com/hyperledger/fabric/protos/utils"

0 commit comments

Comments
 (0)