core: fix linter complaint (#25927)

pull/25929/head
Martin Holst Swende 2 years ago committed by GitHub
parent 4f7a425aa8
commit e14164d516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/state_transition.go

@ -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

Loading…
Cancel
Save