mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
56d0bbc036
Only hit the database if `StateMachineState.isAnyCheckpointPersisted` returns true. Otherwise, there will be no checkpoint to retrieve from the database anyway. This can prevent errors due to a transient loss of connection to the database. Update tests after merging to 4.6