Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Sep 20, 2023
1 parent 27daf3a commit 114db15
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 @@ -485,7 +485,7 @@ func VSCMaturedHandledThisBlockKey() []byte {
return []byte{VSCMaturedHandledThisBlockBytePrefix}
}

// ChainInProposalKey returns the consumer chainId in consumerAddition gov proposal submitted before voting finishes
// ChainInProposalKey returns the key of proposed consumer chainId in consumerAddition gov proposal before voting finishes, the stored key format is prefix|len(chainID)|chainID|proposalID
func ChainInProposalKey(chainID string, proposalID uint64) []byte {
chainIdL := len(chainID)
return ccvtypes.AppendMany(
Expand Down

0 comments on commit 114db15

Please sign in to comment.