mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
ProtocolLogicFactory now initiated before it is used.
This commit is contained in:
parent
f92f7d8d56
commit
c18ed4b402
@ -209,9 +209,9 @@ abstract class AbstractNode(open val configuration: NodeConfiguration, val netwo
|
||||
// the identity key. But the infrastructure to make that easy isn't here yet.
|
||||
keyManagement = makeKeyManagementService()
|
||||
api = APIServerImpl(this@AbstractNode)
|
||||
protocolLogicFactory = initialiseProtocolLogicFactory()
|
||||
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
|
||||
|
||||
protocolLogicFactory = initialiseProtocolLogicFactory()
|
||||
|
||||
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user