Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MonotonicRecordTimeIT for pruned participants (#11423)
Reading explicitly from ledger.begin causes the test to fail on a pruned participant. The test framework automatically selects a ledger offset observed at the start of the test anyway, so there's no need to explicitly put ledger.begin as the starting offset for the checkpoints. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information