Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
This commit is contained in:
co-authored by
Akhil Kumar P
parent
0d201dead3
commit
6ffa71abd3
@@ -138,6 +138,10 @@ var (
|
||||
ModuleName: authtypes.ModuleName,
|
||||
KvStoreKey: "acc",
|
||||
},
|
||||
{
|
||||
ModuleName: accounts.ModuleName,
|
||||
KvStoreKey: accounts.StoreKey,
|
||||
},
|
||||
},
|
||||
// NOTE: The genutils module must occur after staking so that pools are
|
||||
// properly initialized with tokens from genesis accounts.
|
||||
@@ -260,7 +264,7 @@ var (
|
||||
{
|
||||
Name: consensustypes.ModuleName,
|
||||
Config: appconfig.WrapAny(&consensusmodulev1.Module{
|
||||
Authority: "consensus",
|
||||
Authority: "consensus", // TODO remove.
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user