From 4ebd2d521ea9cbf2f888a8f10e79f9a711803bb9 Mon Sep 17 00:00:00 2001 From: chloefeal <188809157+chloefeal@users.noreply.github.com> Date: Sat, 28 Dec 2024 10:54:53 +0800 Subject: [PATCH] fix: typo --- util/app-config/src/configs/indexer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/app-config/src/configs/indexer.rs b/util/app-config/src/configs/indexer.rs index 1f44a68aa6..0406efd455 100644 --- a/util/app-config/src/configs/indexer.rs +++ b/util/app-config/src/configs/indexer.rs @@ -35,7 +35,7 @@ pub struct IndexerConfig { /// The init tip block hash #[serde(default)] pub init_tip_hash: Option, - /// limit of indexer reqeust + /// limit of indexer request #[serde(default)] pub request_limit: Option, /// Rich indexer config options