mirror of
https://github.com/corda/corda.git
synced 2025-04-19 08:36:39 +00:00
Fix another compilation error
This commit is contained in:
parent
8465b79c24
commit
3c669396b3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user