Skip to content

Commit

Permalink
chore: fix function name and comment
Browse files Browse the repository at this point in the history
Signed-off-by: linchizhen <[email protected]>
  • Loading branch information
linchizhen committed Dec 17, 2024
1 parent b7a14d8 commit 1f1f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ func PendingVSCsKey(consumerId string) []byte {
return append([]byte{mustGetKeyPrefix(PendingVSCsKeyName)}, []byte(consumerId)...)
}

// ConsumerValidatorsKey returns the key for storing the validator assigned keys for every consumer chain
// ConsumerValidatorsKeyPrefix returns the key prefix for storing the validator assigned keys for every consumer chain
func ConsumerValidatorsKeyPrefix() byte {
return mustGetKeyPrefix(ConsumerValidatorsKeyName)
}
Expand Down

0 comments on commit 1f1f7ca

Please sign in to comment.