Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Add regression test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Liang committed Sep 21, 2023
1 parent 8015636 commit 76f61d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zkevm-circuits/src/evm_circuit/execution/extcodehash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@ mod test {
}

#[test]
// Regression test to ensure that the code hash for an account that is is being initialized is
// the empty code hash.
fn create_tx_extcodehash() {
let code = bytecode! {
ADDRESS
Expand Down

0 comments on commit 76f61d9

Please sign in to comment.