Skip to content

Commit

Permalink
Reverting change to one of the ports
Browse files Browse the repository at this point in the history
  • Loading branch information
CaisManai committed Feb 1, 2019
1 parent 0ff9235 commit c7f4f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial-cordapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ The nodes can be configured to communicate as a network even when distributed ac

* Navigate to the build folder (``kotlin-source/build/nodes``)
* For each node, open its ``node.conf`` file and change ``localhost`` in its ``p2pAddress`` to the IP address of the machine
where the node will be run (e.g. ``p2pAddress="10.18.0.166:50005"``)
where the node will be run (e.g. ``p2pAddress="10.18.0.166:10007"``)
* These changes require new node-info files to be distributed amongst the nodes. Use the network bootstrapper tool
(see :doc:`network-bootstrapper`) to update the files and have them distributed locally:

Expand Down

0 comments on commit c7f4f6a

Please sign in to comment.