Skip to content

Commit

Permalink
add missing interface check (#3437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Apr 12, 2023
1 parent f726023 commit 2632ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/light-clients/07-tendermint/consensus_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/cosmos/ibc-go/v7/modules/core/exported"
)

var _ exported.ConsensusState = (*ConsensusState)(nil)

// SentinelRoot is used as a stand-in root value for the consensus state set at the upgrade height
const SentinelRoot = "sentinel_root"

Expand Down

0 comments on commit 2632ae2

Please sign in to comment.