From 71f20b4819bd108b98141fe148b2ee0f335ce15a Mon Sep 17 00:00:00 2001 From: Ivan Shish Date: Mon, 19 May 2025 19:30:24 +0200 Subject: [PATCH] Fix typos in core/stateless.go --- core/stateless.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/stateless.go b/core/stateless.go index d21a62b4a5..6f921a4ef0 100644 --- a/core/stateless.go +++ b/core/stateless.go @@ -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.