Skip to content

Commit

Permalink
Wrong protobuf import in etcdarft
Browse files Browse the repository at this point in the history
Change-Id: I46dfdf03e50f7c5484cdb26d305141e4dbbff05d
Signed-off-by: yacovm <yacovm@il.ibm.com>
  • Loading branch information
yacovm authored and mastersingh24 committed Dec 19, 2019
1 parent 778f87b commit f627b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orderer/consensus/etcdraft/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"

"code.cloudfoundry.org/clock"
"github.com/gogo/protobuf/proto"
"github.com/golang/protobuf/proto"
"github.com/hyperledger/fabric/common/flogging"
"github.com/hyperledger/fabric/protos/orderer"
"github.com/hyperledger/fabric/protos/orderer/etcdraft"
Expand Down

0 comments on commit f627b88

Please sign in to comment.