Skip to content

Commit 375ca88

Browse files
committed
Fix typos in CLI based End-to-End test
There are some typos in the instruction and script for CLI based End-to-End test inturoduced by the the CR 6607. https://gerrit.hyperledger.org/r/#/c/6607/ This patch fixes these typos. Change-Id: Iee437a74f8e6ac897bb39b7774130efbf2774705 Signed-off-by: Yuki Kondo <[email protected]>
1 parent bf4f424 commit 375ca88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/e2e_cli/end-to-end.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ all peers in a channel maintain an exact copy of the ledger which
251251
comprises the blockchain to store the immutable, sequenced record in
252252
blocks, as well as a state database to maintain current fabric state.
253253
This includes those peers that do not have chaincode installed on them
254-
(like ``Peer3`` in the above example) . Finally, the chaincode is accessible
254+
(like ``Peer1`` in the above example) . Finally, the chaincode is accessible
255255
after it is installed (like ``Peer3`` in the above example) because it
256256
already has been instantiated.
257257

@@ -461,7 +461,7 @@ The command is:
461461
peer chaincode instantiate -o orderer0:7050 --tls $CORE_PEER_TLS_ENABLED --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/orderer/localMspConfig/cacerts/ordererOrg0.pem -C mychannel -n mycc -v 1.0 -p github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02 -c '{"Args":["init","a", "100", "b","200"]}' -P "OR ('Org0MSP.member','Org1MSP.member')"
462462
463463
See the `endorsement
464-
policies <http://hyperledger-fabric.readthedocs.io/en/latest/endorsement-policies/>`__
464+
policies <http://hyperledger-fabric.readthedocs.io/en/latest/endorsement-policies.html>`__
465465
documentation for more details on policy implementation.
466466

467467
Invoke chaincode

0 commit comments

Comments
 (0)