From c02f846b0b7862027e3fd9af669df85f2e478513 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Thu, 9 Jan 2025 09:16:50 -0500 Subject: [PATCH] Adjusted description of change. --- core/tracing/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tracing/CHANGELOG.md b/core/tracing/CHANGELOG.md index 7722a77fb7..4002a9a928 100644 --- a/core/tracing/CHANGELOG.md +++ b/core/tracing/CHANGELOG.md @@ -15,7 +15,7 @@ This release contains a change in behavior for `OnCodeChange` hook. ### `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]