refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ type AppI interface {
|
||||
EndBlocker(ctx sdk.Context) (sdk.EndBlock, error)
|
||||
|
||||
// InitChainer update at chain (i.e app) initialization.
|
||||
InitChainer(ctx sdk.Context, req *abci.RequestInitChain) (*abci.ResponseInitChain, error)
|
||||
InitChainer(ctx sdk.Context, req *abci.InitChainRequest) (*abci.InitChainResponse, error)
|
||||
|
||||
// LoadHeight load the app at a given height.
|
||||
LoadHeight(height int64) error
|
||||
|
||||
Reference in New Issue
Block a user