Skip to content

Commit e14164d

Browse files
authored
core: fix linter complaint (#25927)
1 parent 4f7a425 commit e14164d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state_transition.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var emptyCodeHash = crypto.Keccak256Hash(nil)
3333

3434
// StateTransition represents a state transition.
3535
//
36-
// The State Transitioning Model
36+
// == The State Transitioning Model
3737
//
3838
// A state transition is a change made when a transaction is applied to the current world
3939
// state. The state transitioning model does all the necessary work to work out a valid new

0 commit comments

Comments
 (0)