mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update state_transition.go
This commit is contained in:
parent
bc02ef511e
commit
3c7002ed5b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ func LoadTransitionState(db ethdb.KeyValueReader, root common.Hash, isVerkle boo
|
|||
// Initialize the first transition state, with the "ended"
|
||||
// field set to true if the database was created
|
||||
// as a verkle database.
|
||||
log.Debug("no transition state found, starting fresh", "verkle", isVerkle)
|
||||
log.Debug("no transition state found, starting fresh", "verkle", isVerkle)
|
||||
|
||||
// Start with a fresh state
|
||||
ts = &TransitionState{Ended: isVerkle}
|
||||
|
|
|
|||
Loading…
Reference in a new issue