Fix typos in core/stateless.go

This commit is contained in:
Ivan Shish 2025-05-19 19:30:24 +02:00
parent 6fce39b61f
commit 71f20b4819

View file

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