Fix compilation error

This commit is contained in:
rick.parker 2018-08-09 10:27:58 +01:00
parent e508033201
commit 046209ea0d

View File

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