Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mossid committed Jan 25, 2019
1 parent 3748724 commit c396c0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/circuit/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import (
"github.com/cosmos/cosmos-sdk/x/params"
)

// Keeper stores keytable-initialized params.Subspace for circuit breaking
type Keeper struct {
space params.Subspace
}

// NewKeeper constructs new keeper
func NewKeeper(space params.Subspace) Keeper {
return Keeper{
space: space.WithKeyTable(ParamKeyTable()),
Expand Down

0 comments on commit c396c0d

Please sign in to comment.