|
|
@ -148,7 +148,6 @@ defmodule Indexer.Block.Fetcher do |
|
|
|
transactions: %{params: transactions_with_receipts} |
|
|
|
transactions: %{params: transactions_with_receipts} |
|
|
|
} |
|
|
|
} |
|
|
|
) do |
|
|
|
) do |
|
|
|
async_import_tokens(inserted) |
|
|
|
|
|
|
|
{:ok, %{inserted: inserted, errors: blocks_errors}} |
|
|
|
{:ok, %{inserted: inserted, errors: blocks_errors}} |
|
|
|
else |
|
|
|
else |
|
|
|
{step, {:error, reason}} -> {:error, {step, reason}} |
|
|
|
{step, {:error, reason}} -> {:error, {step, reason}} |
|
|
|