Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Jan 20, 2021
1 parent fa7ffd9 commit 718feb1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions apps/omg_eth/lib/omg_eth/root_chain/abi_event_selector.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,6 @@ defmodule OMG.Eth.RootChain.AbiEventSelector do
}
end

@spec in_flight_exit_deleted() :: ABI.FunctionSelector.t()
def in_flight_exit_deleted() do
%ABI.FunctionSelector{
function: "InFlightExitDeleted",
input_names: ["exitId"],
inputs_indexed: [true],
method_id: <<25, 145, 196, 195>>,
returns: [],
type: :event,
types: [uint: 160]
}
end

@spec in_flight_exit_challenged() :: ABI.FunctionSelector.t()
def in_flight_exit_challenged() do
%ABI.FunctionSelector{
Expand Down

0 comments on commit 718feb1

Please sign in to comment.