From cdf54151f7d0c12fed753d292b095628de5bcc5f Mon Sep 17 00:00:00 2001 From: Andras Slemmer Date: Tue, 20 Sep 2016 10:23:27 +0100 Subject: [PATCH] explorer: Add TODO in Main --- explorer/src/main/kotlin/com/r3corda/explorer/Main.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt b/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt index 4a0dbde180..af6b79b929 100644 --- a/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt +++ b/explorer/src/main/kotlin/com/r3corda/explorer/Main.kt @@ -34,6 +34,7 @@ class Main : App() { super.start(stage) // start the driver on another thread + // TODO Change this to connecting to an actual node (specified on cli/in a config) once we're happy with the code Thread({ val portAllocation = PortAllocation.Incremental(20000)