mirror of
https://github.com/corda/corda.git
synced 2025-02-15 23:22:54 +00:00
CORDA-1599 Compilation fixes.
This commit is contained in:
parent
cb810f0660
commit
dce127768a
@ -654,7 +654,8 @@ class MultiThreadedStateMachineManager(
|
||||
actionExecutor = actionExecutor!!,
|
||||
stateMachine = StateMachine(id, secureRandom),
|
||||
serviceHub = serviceHub,
|
||||
checkpointSerializationContext = checkpointSerializationContext!!
|
||||
checkpointSerializationContext = checkpointSerializationContext!!,
|
||||
unfinishedFibers = unfinishedFibers
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user