Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKitsune committed Feb 5, 2025
1 parent 770b794 commit 06b6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world-chain-builder/crates/world/payload/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use revm_primitives::{Address, Bytes};

/// Inspector that traces calls into the PBHEntryPoint.
/// If a tx calls into the PBHEntryPoint from an address that is not the
/// transaction's caller, the transaction is marked as as invalid.
/// tx origin, the tx is marked as as invalid.
pub struct PBHCallTracer {
pub pbh_entry_point: Address,
}
Expand Down

0 comments on commit 06b6ace

Please sign in to comment.