Fix a state config comment
This commit is contained in:
parent
5e48acf3a4
commit
1bf5ff07fb
|
|
@ -41,7 +41,7 @@ pub struct Config {
|
||||||
|
|
||||||
/// Commit blocks to the finalized state up to this height, then exit Zebra.
|
/// Commit blocks to the finalized state up to this height, then exit Zebra.
|
||||||
///
|
///
|
||||||
/// If `None`, continue syncing indefinitely.
|
/// Set to `None` by default: Zebra continues syncing indefinitely.
|
||||||
pub debug_stop_at_height: Option<u32>,
|
pub debug_stop_at_height: Option<u32>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue