From 457b9dff24cce6c0ee2530c50843b91c3d510e41 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:50:54 +0200 Subject: [PATCH] Update difflayer.go --- triedb/pathdb/difflayer.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/triedb/pathdb/difflayer.go b/triedb/pathdb/difflayer.go index 5b5f58b1bb..2e1d83c74a 100644 --- a/triedb/pathdb/difflayer.go +++ b/triedb/pathdb/difflayer.go @@ -27,8 +27,8 @@ import ( // diffLayer represents a collection of modifications made to the in-memory tries // along with associated state changes after running a block on top. // -// The goal of a diff layer is to act as a journal, tracking recent modifications -// made to the state, that has not yet graduated into a semi-immutable state. +// The purpose of a diff layer is to serve as a journal, recording recent state modifications +// that have not yet been committed to a more stable or semi-permanent state. type diffLayer struct { // Immutables root common.Hash // Root hash to which this layer diff belongs to