Skip to content

Commit

Permalink
Correct mistakes in e2e_cli messages and comments
Browse files Browse the repository at this point in the history
The peer specified in the argument of chaincodeInvoke is org1/peer0.

Change-Id: I939e657a1b4da938b466f6f5d0b2afc47f8b63ad
Signed-off-by: Yuta Namiki <y.namiki@gmail.com>
  • Loading branch information
Yuta Namiki committed May 12, 2017
1 parent b2cce35 commit 556f21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/e2e_cli/scripts/script.sh
Expand Up @@ -211,8 +211,8 @@ instantiateChaincode 2
echo "Querying chaincode on org1/peer0..."
chaincodeQuery 0 100

#Invoke on chaincode on Peer0/Org2
echo "Sending invoke transaction on org2/peer2..."
#Invoke on chaincode on Peer0/Org1
echo "Sending invoke transaction on org1/peer0..."
chaincodeInvoke 0

## Install chaincode on Peer3/Org2
Expand Down

0 comments on commit 556f21f

Please sign in to comment.