mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +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.
|
||||
networkMapUpdater.closeOnStop()
|
||||
schedulerService.closeOnStop()
|
||||
val rpcOps = makeRPCOps(cordappLoader, checkpointDumper)
|
||||
val rpcOps = makeRPCOps(cordappLoader)
|
||||
|
||||
val (identity, identityKeyPair) = obtainIdentity()
|
||||
X509Utilities.validateCertPath(trustRoot, identity.certPath)
|
||||
|
Loading…
x
Reference in New Issue
Block a user