Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colmazia authored and RogerKSI committed Sep 13, 2023
1 parent d7efad0 commit 39cdf54
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 112 deletions.
4 changes: 2 additions & 2 deletions x/globalfee/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (k *Keeper) GetAuthority() string {
return k.authority
}

// SetParams sets the x/mint module parameters.
// SetParams sets the x/globalfee module parameters.
func (k Keeper) SetParams(ctx sdk.Context, p types.Params) error {
if err := p.Validate(); err != nil {
return err
Expand All @@ -39,7 +39,7 @@ func (k Keeper) SetParams(ctx sdk.Context, p types.Params) error {
return nil
}

// GetParams returns the current x/mint module parameters.
// GetParams returns the current x/globalfee module parameters.
func (k Keeper) GetParams(ctx sdk.Context) (p types.Params) {
store := ctx.KVStore(k.storeKey)
bz := store.Get(types.ParamsKeyPrefix)
Expand Down
29 changes: 0 additions & 29 deletions x/globalfee/keeper/migrator.go

This file was deleted.

2 changes: 1 addition & 1 deletion x/globalfee/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/bandprotocol/chain/v2/x/globalfee/types"
)

// ConsensusVersion defines the current x/mint module consensus version.
// ConsensusVersion defines the current x/globalfee module consensus version.
const ConsensusVersion = 2

var (
Expand Down
35 changes: 0 additions & 35 deletions x/oracle/migrations/v2/migrate.go

This file was deleted.

45 changes: 0 additions & 45 deletions x/oracle/migrations/v2/migrator_test.go

This file was deleted.

0 comments on commit 39cdf54

Please sign in to comment.