From e2eadbb47f2abc673c678200c396631f56d43ca5 Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:25:37 +0200 Subject: [PATCH] Update difflayer.go --- triedb/pathdb/difflayer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triedb/pathdb/difflayer.go b/triedb/pathdb/difflayer.go index c06026b6ca..5b5f58b1bb 100644 --- a/triedb/pathdb/difflayer.go +++ b/triedb/pathdb/difflayer.go @@ -28,7 +28,7 @@ import ( // 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 have not yet graduated into a semi-immutable state. +// made to the state, that has not yet graduated into a semi-immutable state. type diffLayer struct { // Immutables root common.Hash // Root hash to which this layer diff belongs to