Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
osamamagdy committed Nov 29, 2024
1 parent d16dc4b commit a99d1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/chaincode/cc-tools-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Congratulations! You have successfully created an FPC chaincode with go using cc

Now you can test all your work again by running the [test](./testTutorial.sh) script

**Note**: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP". Also, beware that org names are case semsitive
**Note**: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP". Also, beware that org names are case sensitive

## Next Step

Expand Down
2 changes: 1 addition & 1 deletion samples/chaincode/cc-tools-demo/testTutorial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sleep 5
########################## Some transactions to test ####################################

##NOTE: In cc-tools-demo, most of these transactions set permissions to filter which orgs are allowed to invoke it or not. The current organization used in this script is "Org1MSP".
## Beware that org names are case semsitive
## Beware that org names are case sensitive

# sleep 5
# ./fpcclient invoke createNewLibrary "{\"name\":\"samuel\"}"
Expand Down

0 comments on commit a99d1d0

Please sign in to comment.