Skip to content

Commit

Permalink
Merge "[FAB-12371]Fix the abac sample to use new cid package"
Browse files Browse the repository at this point in the history
  • Loading branch information
denyeart authored and Gerrit Code Review committed Nov 15, 2018
2 parents fd6e2c4 + 286861e commit ac35f1e
Show file tree
Hide file tree
Showing 35 changed files with 8,603 additions and 3,113 deletions.
2 changes: 1 addition & 1 deletion chaincode/abac/go/abac.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
"strconv"

"github.com/hyperledger/fabric/core/chaincode/lib/cid"
"github.com/hyperledger/fabric/core/chaincode/shim/ext/cid"
"github.com/hyperledger/fabric/core/chaincode/shim"
pb "github.com/hyperledger/fabric/protos/peer"
)
Expand Down
3 changes: 0 additions & 3 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 0 additions & 43 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/proto/Makefile

This file was deleted.

46 changes: 35 additions & 11 deletions chaincode/abac/go/vendor/github.com/golang/protobuf/proto/clone.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac35f1e

Please sign in to comment.