mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
pass ci
This commit is contained in:
parent
2bb85a5259
commit
4406b411ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue