mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
NOTICK Fix callsite after merge
This commit is contained in:
parent
88386f38a9
commit
2b0d58c7aa
@ -564,7 +564,7 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
|
|||||||
// The following services need to be closed before the database, so need to be registered after it is started.
|
// The following services need to be closed before the database, so need to be registered after it is started.
|
||||||
networkMapUpdater.closeOnStop()
|
networkMapUpdater.closeOnStop()
|
||||||
schedulerService.closeOnStop()
|
schedulerService.closeOnStop()
|
||||||
val rpcOps = makeRPCOps(cordappLoader, checkpointDumper)
|
val rpcOps = makeRPCOps(cordappLoader)
|
||||||
|
|
||||||
val (identity, identityKeyPair) = obtainIdentity()
|
val (identity, identityKeyPair) = obtainIdentity()
|
||||||
X509Utilities.validateCertPath(trustRoot, identity.certPath)
|
X509Utilities.validateCertPath(trustRoot, identity.certPath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user