Skip to content

Commit

Permalink
pre change keymap test mapping struct tyep
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Oct 26, 2022
1 parent 15fb975 commit f53ae04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/keymap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (d *driver) applyKeyMapEntries(entries []keyMapEntry) {
}
// Duplicate the mapping for referencing later in tests.
copy := map[keeper.ProviderPubKey]keeper.ConsumerPubKey{}
d.km.Store.IteratePcaToCk(func(pk, ck keeper.ConsumerPubKey) bool {
d.km.Store.IteratePcaToCk(func(pca keeper.ProviderConsAddr, ck keeper.ConsumerPubKey) bool {
copy[pk] = ck
return false
})
Expand Down

0 comments on commit f53ae04

Please sign in to comment.