NOTICK Fix callsite after merge

This commit is contained in:
Kyriakos Tharrouniatis 2020-09-22 18:42:31 +01:00
parent 88386f38a9
commit 2b0d58c7aa

View File

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