mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-10 15:03:33 +00:00
style(sequencer): backtick InitConfig in build_initial_state doc comment
This commit is contained in:
parent
150cd17ff5
commit
d9787eb72f
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user