Merge PR #5561: v0.38 Migration Fixes

This commit is contained in:
Alexander Bezobchuk
2020-01-23 13:15:22 -05:00
committed by GitHub
parent 1feb22c4f0
commit a4b36b9dcd
6 changed files with 316 additions and 21 deletions
+7
View File
@@ -6,6 +6,13 @@ import (
v036distr "github.com/cosmos/cosmos-sdk/x/distribution/legacy/v0_36"
)
// DONTCOVER
// nolint
const (
ModuleName = "distribution"
)
type (
GenesisState struct {
Params Params `json:"params" yaml:"params"`