Skip to content

Commit 9dbae34

Browse files
authored
docs: remove misleading code hash reference from impersonate method doc (foundry-rs#11073)
1 parent 566244e commit 9dbae34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/anvil/src/eth/backend/cheats.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ pub struct CheatsManager {
1616
impl CheatsManager {
1717
/// Sets the account to impersonate
1818
///
19-
/// This also accepts the actual code hash if the address is a contract to bypass EIP-3607
20-
///
2119
/// Returns `true` if the account is already impersonated
2220
pub fn impersonate(&self, addr: Address) -> bool {
2321
trace!(target: "cheats", "Start impersonating {:?}", addr);

0 commit comments

Comments
 (0)