explorer: Add TODO in Main

This commit is contained in:
Andras Slemmer 2016-09-20 10:23:27 +01:00
parent 5d0ff4e60c
commit cdf54151f7

View File

@ -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)