Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 21, 2022
1 parent d757314 commit 282ec3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x/feemarket/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

var (
// the base fee key prefix used in version 1
KeyPrefixBaseFeeV1 = []byte{2}
)
// KeyPrefixBaseFeeV1 is the base fee key prefix used in version 1
var KeyPrefixBaseFeeV1 = []byte{2}

// Migrator is a struct for handling in-place store migrations.
type Migrator struct {
Expand Down

0 comments on commit 282ec3d

Please sign in to comment.