Skip to content

Commit 556f21f

Browse files
author
Yuta Namiki
committed
Correct mistakes in e2e_cli messages and comments
The peer specified in the argument of chaincodeInvoke is org1/peer0. Change-Id: I939e657a1b4da938b466f6f5d0b2afc47f8b63ad Signed-off-by: Yuta Namiki <[email protected]>
1 parent b2cce35 commit 556f21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/e2e_cli/scripts/script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ instantiateChaincode 2
211211
echo "Querying chaincode on org1/peer0..."
212212
chaincodeQuery 0 100
213213

214-
#Invoke on chaincode on Peer0/Org2
215-
echo "Sending invoke transaction on org2/peer2..."
214+
#Invoke on chaincode on Peer0/Org1
215+
echo "Sending invoke transaction on org1/peer0..."
216216
chaincodeInvoke 0
217217

218218
## Install chaincode on Peer3/Org2

0 commit comments

Comments
 (0)