fix merging conflicts

pull/2888/head
Ayrat Badykov 5 years ago
parent 16514a8f10
commit b92ad5e9ce
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/explorer/lib/explorer/chain/pending_block_operation.ex
  2. 2
      apps/indexer/lib/indexer/fetcher/internal_transaction.ex

@ -16,7 +16,7 @@ defmodule Explorer.Chain.PendingBlockOperation do
@type t :: %__MODULE__{
block_hash: Hash.Full.t(),
fetch_internal_transactions: boolean()
}
}
@primary_key false
schema "pending_block_operations" do

@ -13,7 +13,7 @@ defmodule Indexer.Fetcher.InternalTransaction do
import Indexer.Block.Fetcher, only: [async_import_coin_balances: 2]
alias Explorer.Chain
alias Explorer.Chain.{Block, Hash}
alias Explorer.Chain.Block
alias Explorer.Chain.Cache.{Accounts, Blocks}
alias Indexer.{BufferedTask, Tracer}
alias Indexer.Transform.Addresses

Loading…
Cancel
Save