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
4d1c7d54f5
commit
e2eadbb47f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue