mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +00:00
Fixed merge conflict.
This commit is contained in:
parent
1d6b8de11e
commit
622b5cabf7
@ -309,9 +309,9 @@ open class DriverDSL(
|
||||
)
|
||||
)
|
||||
|
||||
return Executors.newSingleThreadExecutor().submit(Callable<NodeInfo> {
|
||||
return Executors.newSingleThreadExecutor().submit(Callable<DriverNodeInfo> {
|
||||
registerProcess(DriverDSL.startNode(config, quasarJarPath, debugPort))
|
||||
queryNodeInfo(apiAddress)!!
|
||||
DriverNodeInfo(queryNodeInfo(apiAddress)!!, messagingAddress, apiAddress)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user