Skip to content

Commit

Permalink
review: feedback improvement
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
bryanchriswhite and Olshansk authored Mar 22, 2024
1 parent 2bd35a0 commit e20e9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutil/keeper/proof.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ import (
suppliertypes "github.com/pokt-network/poktroll/x/supplier/types"
)

// ProofModuleKeepers is an aggregation of the proof keeper all its dependency
// keepers,and the codec that they share. Each keeper is embedded such that the
// ProofModuleKeepers is an aggregation of the proof keeper and all its dependency
// keepers, and the codec that they share. Each keeper is embedded such that the
// ProofModuleKeepers implements all the interfaces of the keepers.
// To call a method which is common to multiple keepers (e.g. `#SetParams()`),
// the field corresponding to the desired keeper on which to call the method
Expand Down

0 comments on commit e20e9c1

Please sign in to comment.