Skip to content

Commit

Permalink
Update x/staking/keeper/keeper.go
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Feb 28, 2020
1 parent 256e5fc commit 9aa2088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/staking/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type Keeper struct {
func NewKeeper(
cdc codec.Marshaler, key sdk.StoreKey, bk types.BankKeeper, sk types.SupplyKeeper, ps paramtypes.Subspace,
) Keeper {

if !ps.HasKeyTable() {
ps = ps.WithKeyTable(ParamKeyTable())
}
Expand Down

0 comments on commit 9aa2088

Please sign in to comment.