Merge PR #5561: v0.38 Migration Fixes
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user