From e14164d516600e9ac66f9060892e078f5c076229 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Tue, 4 Oct 2022 18:09:05 +0200 Subject: [PATCH] core: fix linter complaint (#25927) --- core/state_transition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state_transition.go b/core/state_transition.go index 58c5756cec6f..e6a15a3c1c2e 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