Skip to content

Commit

Permalink
chore: fix some function names (#1929)
Browse files Browse the repository at this point in the history
Signed-off-by: zoupingshi <hellocatty@tom.com>
  • Loading branch information
zoupingshi committed May 31, 2024
1 parent e7cc89a commit 8d07d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/community/types/proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (p *CommunityCDPRepayDebtProposal) ValidateBasic() error {
return nil
}

// NewCommunityCDPRepayDebtProposal creates a new community pool cdp debt repay proposal.
// NewCommunityCDPWithdrawCollateralProposal creates a new community pool cdp debt repay proposal.
func NewCommunityCDPWithdrawCollateralProposal(
title string,
description string,
Expand Down
2 changes: 1 addition & 1 deletion x/evmutil/keeper/invariants_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (suite *invariantTestSuite) SetupValidState() {
suite.NoError(err)
}

// RegisterRoutes implements sdk.InvariantRegistry
// RegisterRoute implements sdk.InvariantRegistry
func (suite *invariantTestSuite) RegisterRoute(moduleName string, route string, invariant sdk.Invariant) {
_, exists := suite.invariants[moduleName]

Expand Down

0 comments on commit 8d07d9c

Please sign in to comment.