We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566244e commit 9dbae34Copy full SHA for 9dbae34
crates/anvil/src/eth/backend/cheats.rs
@@ -16,8 +16,6 @@ pub struct CheatsManager {
16
impl CheatsManager {
17
/// Sets the account to impersonate
18
///
19
- /// This also accepts the actual code hash if the address is a contract to bypass EIP-3607
20
- ///
21
/// Returns `true` if the account is already impersonated
22
pub fn impersonate(&self, addr: Address) -> bool {
23
trace!(target: "cheats", "Start impersonating {:?}", addr);
0 commit comments