From 1bf5ff07fb00fe84c1d07636d20adffd6e5f9c21 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 18 Nov 2020 15:13:01 +1000 Subject: [PATCH] Fix a state config comment --- zebra-state/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-state/src/config.rs b/zebra-state/src/config.rs index baa14ddf..31ef2911 100644 --- a/zebra-state/src/config.rs +++ b/zebra-state/src/config.rs @@ -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, }