mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
Fix compilation error
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user