mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
NOTICK Remove eliminated code that was re-introduced from merge
This commit is contained in:
parent
2b0d58c7aa
commit
98bf8a7996
@ -566,9 +566,6 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
|
||||
schedulerService.closeOnStop()
|
||||
val rpcOps = makeRPCOps(cordappLoader)
|
||||
|
||||
val (identity, identityKeyPair) = obtainIdentity()
|
||||
X509Utilities.validateCertPath(trustRoot, identity.certPath)
|
||||
|
||||
identityService.start(trustRoot, keyStoreHandler.nodeIdentity, netParams.notaries.map { it.identity }, pkToIdCache)
|
||||
|
||||
val nodeInfoAndSigned = database.transaction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user