Document that the mandatory checkpoint can change

We don't want users relying on the exact height of Zebra's
mandatory checkpoint.
This commit is contained in:
teor 2021-03-23 11:09:06 +10:00 committed by Deirdre Connolly
parent ca1d2de87d
commit b396bb9be5
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ pub struct Config {
///
/// Setting this option to true enables post-Canopy checkpoints.
/// (Zebra always checkpoints on Canopy activation.)
///
/// Future versions of Zebra may change the mandatory checkpoint
/// height.
pub checkpoint_sync: bool,
}