Skip to content

Commit

Permalink
[FAB-7103] Fix devmode doc
Browse files Browse the repository at this point in the history
Update CORE_PEER_ADDRESS from 7051 -> 7052
[ci-skip]

Change-Id: I7ce2bead68904d27c599172b5ba9941c3c871963
Signed-off-by: Nick Gaski <[email protected]>
  • Loading branch information
nickgaski committed Dec 15, 2017
1 parent 2bc628b commit 71db32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/chaincode4ade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Now run the chaincode:

.. code:: bash
CORE_PEER_ADDRESS=peer:7051 CORE_CHAINCODE_ID_NAME=mycc:0 ./sacc
CORE_PEER_ADDRESS=peer:7052 CORE_CHAINCODE_ID_NAME=mycc:0 ./sacc
The chaincode is started with peer and chaincode logs indicating successful registration with the peer.
Note that at this stage the chaincode is not associated with any channel. This is done in subsequent steps
Expand Down

0 comments on commit 71db32d

Please sign in to comment.