We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de32a3 commit 2ad9d4bCopy full SHA for 2ad9d4b
1 file changed
consensus/consensus.go
@@ -27,7 +27,7 @@ import (
27
"github.com/CortexFoundation/CortexTheseus/rpc"
28
)
29
30
-// ChainReader defines a small collection of methods needed to access the local
+// ChainHeaderReader defines a small collection of methods needed to access the local
31
// blockchain during header and/or uncle verification.
32
type ChainHeaderReader interface {
33
// Config retrieves the blockchain's chain configuration.
0 commit comments