From d9787eb72f4eb312747582115014d447a2e436ee Mon Sep 17 00:00:00 2001 From: moudyellaz Date: Fri, 24 Jul 2026 01:07:41 +0200 Subject: [PATCH] style(sequencer): backtick InitConfig in build_initial_state doc comment --- lez/sequencer/core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lez/sequencer/core/src/lib.rs b/lez/sequencer/core/src/lib.rs index 7ee5fe73..2871a817 100644 --- a/lez/sequencer/core/src/lib.rs +++ b/lez/sequencer/core/src/lib.rs @@ -1090,7 +1090,7 @@ fn replay_unfulfilled_deposit_events( /// The pre-genesis state: `testnet_initial_state` plus the bridge-lock holdings, /// the only accounts seeded outside any transaction. Cross-zone config is seeded -/// by genesis InitConfig transactions and reconstructed by replaying them. +/// by genesis `InitConfig` transactions and reconstructed by replaying them. fn build_initial_state(config: &SequencerConfig) -> lee::V03State { #[cfg(not(feature = "testnet"))] let base = testnet_initial_state::initial_state();