Co-authored-by: mmsqe <mavis@crypto.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
co-authored by
mmsqe
Alex | Interchain Labs
parent
cfda49b436
commit
0fbbf26f63
@@ -1150,6 +1150,10 @@ func (app *BaseApp) TxEncode(tx sdk.Tx) ([]byte, error) {
|
||||
return app.txEncoder(tx)
|
||||
}
|
||||
|
||||
func (app *BaseApp) StreamingManager() storetypes.StreamingManager {
|
||||
return app.streamingManager
|
||||
}
|
||||
|
||||
// Close is called in start cmd to gracefully cleanup resources.
|
||||
func (app *BaseApp) Close() error {
|
||||
var errs []error
|
||||
|
||||
Reference in New Issue
Block a user