From d9d59bbe2e61b961fe0a384c4a617137a292c961 Mon Sep 17 00:00:00 2001 From: Sina M <1591639+s1na@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:52:52 +0200 Subject: [PATCH] Update core/tracing/CHANGELOG.md Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com> --- 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 6ca319d92c..e8aa3a9e2e 100644 --- a/core/tracing/CHANGELOG.md +++ b/core/tracing/CHANGELOG.md @@ -15,7 +15,7 @@ This release contained only minor extensions to the tracing interface. ### Modified types -- `GasChangeReason` has been extended with the following reasons will be active only post-Verkle. +- `GasChangeReason` has been extended with the following reasons that will only be active post-Verkle. - `GasChangeWitnessContractInit` flags the event of adding to the witness during the contract creation initialization step. - `GasChangeWitnessContractCreation` flags the event of adding to the witness during the contract creation finalization step. - `GasChangeWitnessCodeChunk` flags the event of adding one or more contract code chunks to the witness.