mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Fix typo in code comment (#275)
Signed-off-by: Chris Gabriel <chris_gabriel_98@yahoo.com>
This commit is contained in:
parent
e51dfb9bce
commit
1270c8418b
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ async function main() {
|
|||
|
||||
console.log('\n***********************');
|
||||
console.log('Submit Transaction: CreateAsset asset13');
|
||||
//CreateAsset creates an asset with ID asset13, color yellow, owner Tom, size 5 and appraizedValue of 1300
|
||||
//CreateAsset creates an asset with ID asset13, color yellow, owner Tom, size 5 and appraisedValue of 1300
|
||||
await contract.submitTransaction('CreateAsset', 'asset13', 'yellow', '5', 'Tom', '1300');
|
||||
|
||||
console.log('Evaluate Transaction: ReadAsset asset13');
|
||||
|
|
|
|||
Loading…
Reference in a new issue