From daa212482deb50126d5490e06142a1edb88cf466 Mon Sep 17 00:00:00 2001 From: teor Date: Fri, 8 Dec 2023 05:55:32 +1000 Subject: [PATCH] Update docs in scan.rs --- 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 0db045232be..b473f2a21a6 100644 --- a/zebra-scan/src/scan.rs +++ b/zebra-scan/src/scan.rs @@ -1,4 +1,4 @@ -//! The scanner task and scanning APIs. +//! The scanner task and scanning APIs, including conversion between Zebra and scanning dependency block formats. use std::{ collections::{BTreeMap, HashMap},