Update x/staking/keeper/keeper.go

This commit is contained in:
Alexander Bezobchuk 2020-02-28 09:59:06 -08:00 committed by GitHub
parent 256e5fc863
commit 9aa2088c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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())
}