forked from cerc-io/laconicd-deprecated
@@ -311,15 +311,6 @@ func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.Q
|
||||
}, nil
|
||||
}
|
||||
|
||||
// BaseFee implements the Query/BaseFee gRPC method
|
||||
func (k Keeper) BaseFee(c context.Context, _ *types.QueryBaseFeeRequest) (*types.QueryBaseFeeResponse, error) {
|
||||
_ = sdk.UnwrapSDKContext(c)
|
||||
|
||||
return &types.QueryBaseFeeResponse{
|
||||
BaseFee: sdk.OneInt(), // TODO: update
|
||||
}, nil
|
||||
}
|
||||
|
||||
// EthCall implements eth_call rpc api.
|
||||
func (k Keeper) EthCall(c context.Context, req *types.EthCallRequest) (*types.MsgEthereumTxResponse, error) {
|
||||
ctx := sdk.UnwrapSDKContext(c)
|
||||
|
||||
Reference in New Issue
Block a user