Skip to content

Commit 71db32d

Browse files
committedDec 15, 2017
[FAB-7103] Fix devmode doc
Update CORE_PEER_ADDRESS from 7051 -> 7052 [ci-skip] Change-Id: I7ce2bead68904d27c599172b5ba9941c3c871963 Signed-off-by: Nick Gaski <ngaski@us.ibm.com>
1 parent 2bc628b commit 71db32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/chaincode4ade.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Now run the chaincode:
480480

481481
.. code:: bash
482482
483-
CORE_PEER_ADDRESS=peer:7051 CORE_CHAINCODE_ID_NAME=mycc:0 ./sacc
483+
CORE_PEER_ADDRESS=peer:7052 CORE_CHAINCODE_ID_NAME=mycc:0 ./sacc
484484
485485
The chaincode is started with peer and chaincode logs indicating successful registration with the peer.
486486
Note that at this stage the chaincode is not associated with any channel. This is done in subsequent steps

0 commit comments

Comments
 (0)
Please sign in to comment.