mirror of
https://github.com/corda/corda.git
synced 2025-04-15 15:07:03 +00:00
Fix compilation error
This commit is contained in:
parent
e508033201
commit
046209ea0d
@ -97,7 +97,7 @@ class FlowWorkerServiceHub(override val configuration: NodeConfiguration, overri
|
||||
identityService.database = database
|
||||
}
|
||||
|
||||
private val persistentNetworkMapCache = PersistentNetworkMapCache(database)
|
||||
private val persistentNetworkMapCache = PersistentNetworkMapCache(database, myInfo.legalIdentities[0].name)
|
||||
override val networkMapCache = NetworkMapCacheImpl(persistentNetworkMapCache, identityService, database).tokenize()
|
||||
private val checkpointStorage = DBCheckpointStorage()
|
||||
@Suppress("LeakingThis")
|
||||
|
Loading…
x
Reference in New Issue
Block a user