From 4406b411eca61f005621086d1539a1b6ba5bc1b9 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 24 Sep 2025 20:51:34 -0400 Subject: [PATCH] pass ci --- core/state_processor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/state_processor.go b/core/state_processor.go index 6fdf0244e3..03baaed9e5 100644 --- a/core/state_processor.go +++ b/core/state_processor.go @@ -31,8 +31,8 @@ import ( "github.com/ethereum/go-ethereum/params" ) -// ChainReader defines methods needed to access the local blockchain during -// state processing. +// ChainReader defines methods needed to access the local blockchain data +// during state processing. type ChainReader interface { consensus.ChainHeaderReader ChainContext