mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Fix typos in core/stateless.go
This commit is contained in:
parent
6fce39b61f
commit
71f20b4819
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ import (
|
|||
// need the other side to explicitly check.
|
||||
//
|
||||
// This method is a bit of a sore thumb here, but:
|
||||
// - It cannot be placed in core/stateless, because state.New prodces a circular dep
|
||||
// - It cannot be placed in core/stateless, because state.New produces a circular dep
|
||||
// - It cannot be placed outside of core, because it needs to construct a dud headerchain
|
||||
//
|
||||
// TODO(karalabe): Would be nice to resolve both issues above somehow and move it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue