mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Update core/tracing/CHANGELOG.md
This commit is contained in:
parent
c02f846b0b
commit
d466d79769
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ This release contains a change in behavior for `OnCodeChange` hook.
|
|||
|
||||
### `OnCodeChange` change
|
||||
|
||||
The `OnCodeChange` hook is now called when `StateDB#SelfDestruct` is called or when `StateDB#SelfDestruct6780` is called and the contract is actually destroyed. Previously, no code change was emitted on such occasions.
|
||||
The `OnCodeChange` hook is now called when the code of a contract is removed due to a selfdestruct. Previously, no code change was emitted on such occasions.
|
||||
|
||||
## [v1.14.4]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue