mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update AssetTransfer.java
added missing quotation mark (") in href
Signed-off-by: hexnikolas <114026707+hexnikolas@users.noreply.github.com>
This commit is contained in:
parent
23dc50c9ae
commit
62f304a98f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue