Remove unused internal_transacion_suicide_factory

pull/659/head
Luke Imhoff 6 years ago
parent 8aa1e0e129
commit 60004c5373
  1. 11
      apps/explorer/test/support/factory.ex

@ -262,17 +262,6 @@ defmodule Explorer.Factory do
} }
end end
def internal_transaction_suicide_factory() do
%InternalTransaction{
from_address: build(:address),
trace_address: [],
# caller MUST supply `transaction` because it can't be built lazily to allow overrides without creating an extra
# transaction
type: :suicide,
value: sequence("internal_transaction_value", &Decimal.new(&1))
}
end
def log_factory do def log_factory do
%Log{ %Log{
address: build(:address), address: build(:address),

Loading…
Cancel
Save