mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
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:
committed by
Andras Slemmer
parent
23c3112660
commit
0788e8d64c
@ -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() {
|
||||||
|
Reference in New Issue
Block a user