mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 00:39:26 +00:00
core: fix linter complaint (#25927)
This commit is contained in:
parent
4f7a425aa8
commit
e14164d516
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ var emptyCodeHash = crypto.Keccak256Hash(nil)
|
||||||
|
|
||||||
// StateTransition represents a state transition.
|
// 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
|
// 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
|
// state. The state transitioning model does all the necessary work to work out a valid new
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue