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:
parent
ca1d2de87d
commit
b396bb9be5
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue