mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
Adjusted description of change.
This commit is contained in:
parent
12d3067089
commit
c02f846b0b
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
|
### `OnCodeChange` change
|
||||||
|
|
||||||
The `OnCodeChange` is now called when `StateDB#SelfDestruct` or `StateDB#SelfDestruct6780` is invoked, which happens when a contract self destruct itself. Previously, no code change was emitted on such occasions.
|
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.
|
||||||
|
|
||||||
## [v1.14.4]
|
## [v1.14.4]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue