mirror of
https://github.com/corda/corda.git
synced 2025-06-23 01:19:00 +00:00
Merge fixup
This commit is contained in:
@ -327,6 +327,8 @@ open class Node(configuration: NodeConfiguration,
|
||||
advertisedAddress = nodeInfo.addresses[0],
|
||||
maxMessageSize = networkParameters.maxMessageSize
|
||||
)
|
||||
|
||||
if (rpcBroker == null) rpcBroker = messageBroker
|
||||
}
|
||||
|
||||
private fun makeBridgeControlListener(serverAddress: NetworkHostAndPort, networkParameters: NetworkParameters): BridgeControlListener {
|
||||
|
Reference in New Issue
Block a user