Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Jan 9, 2025
1 parent cece74e commit eb62afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/core/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pub struct Backend {
/// ([`DatabaseExt::select_fork`]).
///
/// This will be an empty `JournaledState`, which will be populated with persistent accounts,
/// See [`Self::update_fork_db()`].
/// See [`BackendStrategyRunner::update_fork_db()`].
fork_init_journaled_state: JournaledState,
/// The currently active fork database
///
Expand Down

0 comments on commit eb62afc

Please sign in to comment.