style(sequencer): backtick InitConfig in build_initial_state doc comment

This commit is contained in:
moudyellaz 2026-07-24 01:07:41 +02:00
parent 150cd17ff5
commit d9787eb72f

View File

@ -1090,7 +1090,7 @@ fn replay_unfulfilled_deposit_events(
/// The pre-genesis state: `testnet_initial_state` plus the bridge-lock holdings, /// The pre-genesis state: `testnet_initial_state` plus the bridge-lock holdings,
/// the only accounts seeded outside any transaction. Cross-zone config is seeded /// 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 { fn build_initial_state(config: &SequencerConfig) -> lee::V03State {
#[cfg(not(feature = "testnet"))] #[cfg(not(feature = "testnet"))]
let base = testnet_initial_state::initial_state(); let base = testnet_initial_state::initial_state();