Skip to content

Commit

Permalink
chore: remove leftover doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Nov 29, 2024
1 parent 7055a70 commit 5bb5e1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/revm/src/context/inner_evm_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ impl<DB: Database> InnerEvmContext<DB> {
.map(|acc| (acc.info.code_size, acc.is_cold))
}

/// Get code hash of address.
///
/// Get code hash of address.
///
/// In case of EOF account it will return `EOF_MAGIC_HASH`
Expand Down

0 comments on commit 5bb5e1c

Please sign in to comment.