mirror of
https://github.com/corda/corda.git
synced 2025-03-22 03:55:26 +00:00
Reintroduce accidentally removed RPC addresses print (#2857) [CORDA-1244]
This commit is contained in:
parent
ce8771900e
commit
91cda5f18a
@ -173,6 +173,8 @@ open class Node(configuration: NodeConfiguration,
|
||||
printBasicNodeInfo("Advertised P2P messaging addresses", info.addresses.joinToString())
|
||||
rpcServerAddresses?.let {
|
||||
rpcMessagingClient = RPCMessagingClient(configuration.rpcOptions.sslConfig, it.admin, /*networkParameters.maxMessageSize*/MAX_FILE_SIZE)
|
||||
printBasicNodeInfo("RPC connection address", it.primary.toString())
|
||||
printBasicNodeInfo("RPC admin connection address", it.admin.toString())
|
||||
}
|
||||
verifierMessagingClient = when (configuration.verifierType) {
|
||||
VerifierType.OutOfProcess -> throw IllegalArgumentException("OutOfProcess verifier not supported") //VerifierMessagingClient(configuration, serverAddress, services.monitoringService.metrics, /*networkParameters.maxMessageSize*/MAX_FILE_SIZE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user