mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Update difflayer.go
This commit is contained in:
parent
ce5388a15c
commit
457b9dff24
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ import (
|
||||||
// diffLayer represents a collection of modifications made to the in-memory tries
|
// diffLayer represents a collection of modifications made to the in-memory tries
|
||||||
// along with associated state changes after running a block on top.
|
// 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
|
// The purpose of a diff layer is to serve as a journal, recording recent state modifications
|
||||||
// made to the state, that has not yet graduated into a semi-immutable state.
|
// that have not yet been committed to a more stable or semi-permanent state.
|
||||||
type diffLayer struct {
|
type diffLayer struct {
|
||||||
// Immutables
|
// Immutables
|
||||||
root common.Hash // Root hash to which this layer diff belongs to
|
root common.Hash // Root hash to which this layer diff belongs to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue