Skip to content

Commit

Permalink
(go test ./... passes) fix string type
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 26, 2022
1 parent e44381a commit 80380f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/keymap.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ func (e *KeyMap) InternalInvariants() bool {

type KeyMapStore struct {
Store sdk.KVStore
ChainID ChainID
ChainID string
}

func (s *KeyMapStore) SetPcaToCk(k ProviderConsAddr, v ConsumerPubKey) {
Expand Down

0 comments on commit 80380f0

Please sign in to comment.