From 0e7c9da05081083171a94d4ce6a2e36ef91f68a2 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 6 Dec 2023 05:14:25 +1000 Subject: [PATCH] Clarify it's the state database we're using for scanning heights Co-authored-by: Marek --- zebra-scan/src/scan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-scan/src/scan.rs b/zebra-scan/src/scan.rs index 25946199cec..361f40dba0d 100644 --- a/zebra-scan/src/scan.rs +++ b/zebra-scan/src/scan.rs @@ -114,7 +114,7 @@ pub async fn start( /// /// Returns: /// - `Ok(Some(height))` if the height was scanned, -/// - `Ok(None)` if the height was not in the database, and +/// - `Ok(None)` if the height was not in the state, and /// - `Err(error)` on fatal errors. pub async fn scan_height_and_store_results( height: Height,