From c306eddb917fc44cf26c4de677aac34d48c6768e Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Mon, 7 Nov 2016 18:12:13 +0000 Subject: [PATCH] docs: Update ports in creating-a-cordapp --- docs/source/creating-a-cordapp.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/creating-a-cordapp.rst b/docs/source/creating-a-cordapp.rst index c208cd90f2..4868e16fba 100644 --- a/docs/source/creating-a-cordapp.rst +++ b/docs/source/creating-a-cordapp.rst @@ -213,8 +213,8 @@ is a three node example; nearestCity "London" notary true // Sets this node to be a notary advertisedServices [] - artemisPort 12345 - webPort 12346 + artemisPort 10002 + webPort 10003 cordapps [] } node { @@ -222,8 +222,8 @@ is a three node example; dirName "nodea" nearestCity "London" advertisedServices [] - artemisPort 31337 - webPort 31339 + artemisPort 10004 + webPort 10005 cordapps [] } node { @@ -231,8 +231,8 @@ is a three node example; dirName "nodeb" nearestCity "New York" advertisedServices [] - artemisPort 31338 - webPort 31340 + artemisPort 10006 + webPort 10007 cordapps [] } } @@ -244,4 +244,4 @@ run this task it will install the nodes to the directory specified and a script at present) to run the nodes with one command. Other cordapps can also be specified if they are already specified as classpath or compile dependencies in your -build.gradle. \ No newline at end of file +build.gradle.