Skip to content

Commit

Permalink
fix: edit folder mapping and bump cc-tools version
Browse files Browse the repository at this point in the history
Signed-off-by: osamamagdy <[email protected]>
  • Loading branch information
osamamagdy committed Dec 5, 2024
1 parent 57ad005 commit eae6380
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccapi/config/configsdk-org1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ client:
#
channels:
# name of the channel
mychannel:
mainchannel:
# Required. list of orderers designated by the application to use for transactions on this
# channel. This list can be a result of access control ("org1" can only access "ordererA"), or
# operational decisions to share loads from applications among the orderers. The values must
Expand Down
2 changes: 1 addition & 1 deletion ccapi/docker-compose-1org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- 80:80
volumes:
- ./:/rest-server
- /src/github.com/hyperledger/fabric-private-chaincode/samples/deployment/test-network/fabric-samples/test-network/organizations:/fabric/organizations
- ../fabric-private-chaincode/samples/deployment/test-network/fabric-samples/test-network/organizations:/fabric/organizations
logging:
options:
max-size: 50m
Expand Down
2 changes: 1 addition & 1 deletion chaincode/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.21

require (
github.com/cucumber/godog v0.12.6
github.com/hyperledger-labs/cc-tools v1.0.0
github.com/hyperledger-labs/cc-tools v1.0.2
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210603161043-af0e3898842a
github.com/hyperledger/fabric-protos-go v0.0.0-20210528200356-82833ecdac31
)
Expand Down

0 comments on commit eae6380

Please sign in to comment.