mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
Fix compilation error
This commit is contained in:
parent
235498086f
commit
f72c63aba5
@ -146,5 +146,5 @@ class Main : App(MainView::class) {
|
||||
fun main(args: Array<String>) {
|
||||
val parser = OptionParser("SF")
|
||||
val options = parser.parse(*args)
|
||||
ExplorerSimulation(options).startDemoNodes()
|
||||
ExplorerSimulation(options)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user