Co-authored-by: Tristav <124001124+Pricstas@users.noreply.github.com> Co-authored-by: aljo242 <alex@interchainlabs.io> Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
This commit is contained in:
parent
8a54f41c7d
commit
a2b7cea8a7
@ -162,7 +162,7 @@ func (app *BaseApp) SetDB(db dbm.DB) {
|
||||
|
||||
func (app *BaseApp) SetCMS(cms storetypes.CommitMultiStore) {
|
||||
if app.sealed {
|
||||
panic("SetEndBlocker() on sealed BaseApp")
|
||||
panic("SetCMS() on sealed BaseApp")
|
||||
}
|
||||
|
||||
app.cms = cms
|
||||
|
||||
Loading…
Reference in New Issue
Block a user