Skip to content

Commit

Permalink
Update pkg/chains/chain.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
kingpinXD and lumtis authored May 3, 2024
1 parent 65b64d0 commit 4e8daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chains/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func IsZetaChain(chainID int64) bool {
return ChainIDInChainList(chainID, ChainListByNetwork(Network_zeta))
}

// IsHeaderSupportedChain returns true if the chain is supports block header-based verification
// IsHeaderSupportedChain returns true if the chain's consensus supports block header-based verification
func IsHeaderSupportedChain(chainID int64) bool {
return ChainIDInChainList(chainID, ChainListForHeaderSupport())
}
Expand Down

0 comments on commit 4e8daa9

Please sign in to comment.