mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Fix compilation error
This commit is contained in:
parent
8a37108a58
commit
f2bcc85f30
@ -474,7 +474,8 @@ internal class SingleThreadedStateMachineManager(
|
||||
|
||||
val checkpoint = tryDeserializeCheckpoint(serializedCheckpoint, flowId) ?: return
|
||||
// Resurrect flow
|
||||
flowCreator.createFlowFromCheckpoint(flowId, checkpoint, currentState.reloadCheckpointAfterSuspendCount) ?: return
|
||||
flowCreator.createFlowFromCheckpoint(flowId, checkpoint, reloadCheckpointAfterSuspendCount = currentState.reloadCheckpointAfterSuspendCount)
|
||||
?: return
|
||||
} else {
|
||||
// Just flow initiation message
|
||||
null
|
||||
|
Loading…
Reference in New Issue
Block a user