refactor(api): remove unused Allocate RPC from Query service

This commit is contained in:
Prad
2024-12-24 18:52:03 +00:00
parent 2545ab5748
commit 68aa232368
6 changed files with 42 additions and 1841 deletions
-7
View File
@@ -28,10 +28,3 @@ func (k Querier) Params(c context.Context, req *types.QueryParamsRequest) (*type
return &types.QueryParamsResponse{Params: &p}, nil
}
// Allocate implements types.QueryServer.
func (k Querier) Allocate(goCtx context.Context, req *types.QueryAllocateRequest) (*types.QueryAllocateResponse, error) {
// ctx := sdk.UnwrapSDKContext(goCtx)
panic("Allocate is unimplemented")
return &types.QueryAllocateResponse{}, nil
}