Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 22, 2024
1 parent 7f45153 commit c2d0397
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ type PortKeeper interface {

// ParamSubspace defines the expected Subspace interface for module parameters.
type ParamSubspace interface {
GetParamSet(ctx sdk.Context, ps paramtypes.ParamSet)
GetParamSetIfExists(ctx sdk.Context, ps paramtypes.ParamSet)
}

0 comments on commit c2d0397

Please sign in to comment.