Fix a state config comment

This commit is contained in:
teor 2020-11-18 15:13:01 +10:00 committed by Deirdre Connolly
parent 5e48acf3a4
commit 1bf5ff07fb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pub struct Config {
/// 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>,
}