We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2503 commit 3f2a150Copy full SHA for 3f2a150
core/provers.go
@@ -49,7 +49,7 @@ type LightClient interface {
49
// FinalityAware provides the capability to determine the finality of the chain
50
type FinalityAware interface {
51
// GetFinalizedHeader returns the finalized header on this chain corresponding to `height`.
52
- // If `height` is nil, this function returns the latest finalized header.
+ // If `height` is zero, this function returns the latest finalized header.
53
// If the header at `height` isn't finalized yet, this function returns an error.
54
GetFinalizedHeader(height uint64) (Header, error)
55
}
0 commit comments