mirror of
https://github.com/corda/corda.git
synced 2025-03-23 12:35:23 +00:00
* Explicitly add/update checkpoints rather than calling `addOrUpdate` which will run a `select` statement and then a add or update statement. * Use `currentState.isAnyCheckpointPersisted()` to check for previous checkpoints