mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +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.
|
// the identity key. But the infrastructure to make that easy isn't here yet.
|
||||||
keyManagement = makeKeyManagementService()
|
keyManagement = makeKeyManagementService()
|
||||||
api = APIServerImpl(this@AbstractNode)
|
api = APIServerImpl(this@AbstractNode)
|
||||||
|
protocolLogicFactory = initialiseProtocolLogicFactory()
|
||||||
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
|
scheduler = NodeSchedulerService(database, services, protocolLogicFactory)
|
||||||
|
|
||||||
protocolLogicFactory = initialiseProtocolLogicFactory()
|
|
||||||
|
|
||||||
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
|
val tokenizableServices = mutableListOf(storage, net, vault, keyManagement, identity, platformClock, scheduler)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user