Skip to content

Commit 2ad9d4b

Browse files
committed
chore: fix mismatched comment for ChainHeaderReader interface
Signed-off-by: xiaolinny <xiaolincode@outlook.com>
1 parent 5de32a3 commit 2ad9d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consensus/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
"github.com/CortexFoundation/CortexTheseus/rpc"
2828
)
2929

30-
// ChainReader defines a small collection of methods needed to access the local
30+
// ChainHeaderReader defines a small collection of methods needed to access the local
3131
// blockchain during header and/or uncle verification.
3232
type ChainHeaderReader interface {
3333
// Config retrieves the blockchain's chain configuration.

0 commit comments

Comments
 (0)