diff --git a/tools/explorer/src/main/kotlin/net/corda/explorer/Main.kt b/tools/explorer/src/main/kotlin/net/corda/explorer/Main.kt index d014b9f718..d8b0d21718 100644 --- a/tools/explorer/src/main/kotlin/net/corda/explorer/Main.kt +++ b/tools/explorer/src/main/kotlin/net/corda/explorer/Main.kt @@ -146,5 +146,5 @@ class Main : App(MainView::class) { fun main(args: Array) { val parser = OptionParser("SF") val options = parser.parse(*args) - ExplorerSimulation(options).startDemoNodes() + ExplorerSimulation(options) }