NOTICK Remove eliminated code that was re-introduced from merge

This commit is contained in:
Kyriakos Tharrouniatis 2020-09-22 18:53:25 +01:00
parent 2b0d58c7aa
commit 98bf8a7996

View File

@ -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 {