-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-9115] Standardize on "chaincode", not "chain code"
Might as well change the small number of outliers to use the standard spelling for this term. Change-Id: Ia11cfea34e276775e3d235f04ade0afa5c21e7aa Signed-off-by: Robert P. J. Day <[email protected]>
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0 | |
/////////////////////////////////////////////////////////////////////// | ||
// Author : IT People - Mohan Venkataraman - Auction API for v1.0 | ||
// Purpose: Explore the Hyperledger/fabric and understand | ||
// how to write an chain code, application/chain code boundaries | ||
// how to write a chaincode, application/chaincode boundaries | ||
// The code is not the best as it has just hammered out in a day or two | ||
// Feedback and updates are appreciated | ||
/////////////////////////////////////////////////////////////////////// | ||
|
@@ -638,7 +638,7 @@ func GetTransaction(stub shim.ChaincodeStubInterface, function string, args []st | |
// registered | ||
// There are different types of users - Traders (TRD), Auction Houses (AH) | ||
// Shippers (SHP), Insurance Companies (INS), Banks (BNK) | ||
// While this version of the chain code does not enforce strict validation | ||
// While this version of the chaincode does not enforce strict validation | ||
// the business process recommends validating each persona for the service | ||
// they provide or their participation on the auction blockchain, future enhancements will do that | ||
// ./peer chaincode invoke -l golang -n mycc -c '{"Function": "PostUser", "Args":["100", "USER", "Ashley Hart", "TRD", "Morrisville Parkway, #216, Morrisville, NC 27560", "9198063535", "[email protected]", "SUNTRUST", "00017102345", "0234678"]}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters