refactor(simapp): remove public module basic manager (#15958)

This commit is contained in:
Julien Robert
2023-05-02 08:35:08 +00:00
committed by GitHub
parent 678ee79264
commit 946f3d6da7
11 changed files with 527 additions and 153 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type HasPrepareCheckState interface {
PrepareCheckState(context.Context) error
}
// HasPreommit is an extension interface that contains information about the AppModule and Precommit.
// HasPrecommit is an extension interface that contains information about the AppModule and Precommit.
type HasPrecommit interface {
AppModule
Precommit(context.Context) error