Skip to content

Commit

Permalink
Add minimum stake key
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Jul 16, 2024
1 parent d2ee22b commit 7d9aa96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/ccv/provider/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ const (
// sent to the consensus engine of the provider chain
LastProviderConsensusValsPrefix

// MinStakePrefix is the byte prefix for storing the mapping from consumer chains to the minimum stake required to be a validator on the consumer chain
MinStakePrefix

// NOTE: DO NOT ADD NEW BYTE PREFIXES HERE WITHOUT ADDING THEM TO getAllKeyPrefixes() IN keys_test.go
)

Expand Down

0 comments on commit 7d9aa96

Please sign in to comment.