IRS demo to now has roles for NodeA/NodeB and most options are now~ optional. NodeA can be run without the shell script.

This commit is contained in:
Clinton Alexander
2016-06-01 13:31:48 +01:00
committed by Andras Slemmer
parent 23c3112660
commit 0788e8d64c

View File

@ -249,6 +249,7 @@ private fun runNode(nodeParams : NodeParams) : Unit {
} catch(e: InterruptedException) { } catch(e: InterruptedException) {
node.stop() node.stop()
} }
exitProcess(0)
} }
private fun runUploadRates() { private fun runUploadRates() {