diff --git a/core/state_transition.go b/core/state_transition.go index 58c5756ce..e6a15a3c1 100644 --- a/core/state_transition.go +++ b/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