Skip to content

Commit

Permalink
core: fix linter complaint (#25927)
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Oct 4, 2022
1 parent 4f7a425 commit e14164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state_transition.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var emptyCodeHash = crypto.Keccak256Hash(nil)

// StateTransition represents a state transition.
//
// The State Transitioning Model
// == The State Transitioning Model
//
// A state transition is a change made when a transaction is applied to the current world
// state. The state transitioning model does all the necessary work to work out a valid new
Expand Down

0 comments on commit e14164d

Please sign in to comment.