LoadHeight loads a particular height
(height int64)
| 773 | |
| 774 | // LoadHeight loads a particular height |
| 775 | func (app *SifchainApp) LoadHeight(height int64) error { |
| 776 | return app.LoadVersion(height) |
| 777 | } |
| 778 | |
| 779 | // ModuleAccountAddrs returns all the app's module account addresses. |
| 780 | func (app *SifchainApp) ModuleAccountAddrs() map[string]bool { |
no outgoing calls
no test coverage detected