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"
|
||||
)
|
||||
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue