This commit is contained in:
allen 2025-09-24 20:51:34 -04:00
parent 2bb85a5259
commit 4406b411ec

View file

@ -31,8 +31,8 @@ import (
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
) )
// ChainReader defines methods needed to access the local blockchain during // ChainReader defines methods needed to access the local blockchain data
// state processing. // during state processing.
type ChainReader interface { type ChainReader interface {
consensus.ChainHeaderReader consensus.ChainHeaderReader
ChainContext ChainContext