Update AssetTransfer.java

added missing quotation mark (") in href

Signed-off-by: hexnikolas <114026707+hexnikolas@users.noreply.github.com>
This commit is contained in:
hexnikolas 2023-09-29 12:40:26 +03:00 committed by Dave Enyeart
parent 23dc50c9ae
commit 62f304a98f

View file

@ -40,7 +40,7 @@ import java.util.Map;
* 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
*/