chore: loosen assertions in SetOrderInitGenesis and SetOrderExportGenesis (#14457)

This commit is contained in:
Julien Robert
2023-01-02 10:05:09 +01:00
committed by GitHub
parent 88623edb7c
commit 461cf87218
17 changed files with 50 additions and 49 deletions
+1 -2
View File
@@ -241,10 +241,9 @@ func NewAppConfig(opts ...ModuleOption) depinject.Config {
opt(cfg)
}
// always add runtime module
beginBlockers := make([]string, 0)
endBlockers := make([]string, 0)
initGenesis := []string{"runtime"}
initGenesis := make([]string, 0)
overrides := make([]*runtimev1alpha1.StoreKeyConfig, 0)
for _, s := range beginBlockOrder {