Skip to content

Commit

Permalink
Update AssetTransfer.java
Browse files Browse the repository at this point in the history
added missing quotation mark (") in href

Signed-off-by: hexnikolas <114026707+hexnikolas@users.noreply.github.com>
  • Loading branch information
hexnikolas authored and denyeart committed Sep 29, 2023
1 parent 23dc50c commit 62f304a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* cd fabric-samples/test-network
* ./network.sh up createChannel -ca -s couchdb
* To deploy this chaincode to test-network, use the collection config as described in
* See <a href="https://hyperledger-fabric.readthedocs.io/en/latest/private_data_tutorial.html</a>
* See <a href="https://hyperledger-fabric.readthedocs.io/en/latest/private_data_tutorial.html"</a>
* Change both -ccs sequence & -ccv version args for iterative deployment
* ./network.sh deployCC -ccn private -ccp ../asset-transfer-private-data/chaincode-java/ -ccl java -ccep "OR('Org1MSP.peer','Org2MSP.peer')" -cccg ../asset-transfer-private-data/chaincode-go/collections_config.json -ccs 1 -ccv 1
*/
Expand Down

0 comments on commit 62f304a

Please sign in to comment.