mirror of
https://github.com/corda/corda.git
synced 2025-03-12 15:34:58 +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