Skip to content

Commit

Permalink
omit context & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed May 29, 2023
1 parent 753c5c1 commit cd98916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/transfermiddleware/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func (k Keeper) ParaTokenInfo(c context.Context, req *types.QueryParaTokenInfoRe
}, nil
}

func (k Keeper) EscrowAddress(c context.Context, req *types.QueryEscrowAddressRequest) (*types.QueryEscrowAddressResponse, error) {
func (k Keeper) EscrowAddress(_ context.Context, req *types.QueryEscrowAddressRequest) (*types.QueryEscrowAddressResponse, error) {
escrowAddress := transfertypes.GetEscrowAddress(transfertypes.PortID, req.ChannelId)

return &types.QueryEscrowAddressResponse{
Expand Down

0 comments on commit cd98916

Please sign in to comment.