Skip to content

Commit e20b05e

Browse files
authored
core/overlay: fix incorrect debug log key/value in LoadTransitionState (#32637)
1 parent a9eaf2f commit e20b05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/overlay/state_transition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func LoadTransitionState(db ethdb.KeyValueReader, root common.Hash, isVerkle boo
9797
// Initialize the first transition state, with the "ended"
9898
// field set to true if the database was created
9999
// as a verkle database.
100-
log.Debug("no transition state found, starting fresh", "is verkle", db)
100+
log.Debug("no transition state found, starting fresh", "verkle", isVerkle)
101101

102102
// Start with a fresh state
103103
ts = &TransitionState{Ended: isVerkle}

0 commit comments

Comments
 (0)