mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(dep): update and lock revm (#1681)
This commit is contained in:
@ -232,9 +232,9 @@ where
|
||||
(ret, address, remaining_gas, out)
|
||||
}
|
||||
|
||||
fn selfdestruct(&mut self) {
|
||||
fn selfdestruct(&mut self, contract: Address, target: Address) {
|
||||
call_inspectors!(inspector, [&mut self.custom_print_tracer], {
|
||||
Inspector::<DB>::selfdestruct(inspector);
|
||||
Inspector::<DB>::selfdestruct(inspector, contract, target);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user