mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
CORDA-1599 Compilation fixes.
This commit is contained in:
@ -654,7 +654,8 @@ class MultiThreadedStateMachineManager(
|
||||
actionExecutor = actionExecutor!!,
|
||||
stateMachine = StateMachine(id, secureRandom),
|
||||
serviceHub = serviceHub,
|
||||
checkpointSerializationContext = checkpointSerializationContext!!
|
||||
checkpointSerializationContext = checkpointSerializationContext!!,
|
||||
unfinishedFibers = unfinishedFibers
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user