perf: Replace runsim with Go stdlib testing (#24045)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
co-authored by
Alex | Interchain Labs
parent
b7c35f2568
commit
bc57ce3ba7
@@ -1175,3 +1175,8 @@ func (app *BaseApp) Close() error {
|
||||
|
||||
return errors.Join(errs...)
|
||||
}
|
||||
|
||||
// GetBaseApp returns the pointer to itself.
|
||||
func (app *BaseApp) GetBaseApp() *BaseApp {
|
||||
return app
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user