Fix another compilation error

This commit is contained in:
Anthony Keenan 2018-10-27 01:28:18 +01:00
parent 8465b79c24
commit 3c669396b3

View File

@ -218,7 +218,7 @@ data class RpcFlowWorkerDriverDSL(private val driverDSL: DriverDSLImpl) : Intern
rpcUsers = listOf(), verifierType = VerifierType.InMemory, flowTimeout = FlowTimeoutConfiguration(5.seconds, 3, 1.0),
p2pAddress = NetworkHostAndPort("localhost", 1), rpcSettings = NodeRpcSettings(NetworkHostAndPort("localhost", 1), null, ssl = null),
relay = null, messagingServerAddress = null, enterpriseConfiguration = EnterpriseConfiguration(mutualExclusionConfiguration = MutualExclusionConfiguration(updateInterval = 0, waitInterval = 0), externalBridge = true),
notary = null)
notary = null, flowOverrides = FlowOverrideConfig(listOf()))
}
private fun createRpcWorkerBroker(config: NodeConfiguration): ArtemisBroker {