pull/1384/head
Ayrat Badykov 6 years ago
parent c71d49b4f3
commit 4c52d38448
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/explorer/lib/explorer/chain/import/runner/blocks.ex

@ -66,7 +66,7 @@ defmodule Explorer.Chain.Import.Runner.Blocks do
where_forked: where_forked
})
end)
|> Multi.run(:lose_consenus, fn repo, _ ->
|> Multi.run(:lose_consensus, fn repo, _ ->
lose_consensus(repo, ordered_consensus_block_numbers, insert_options)
end)
|> Multi.run(:delete_address_token_balances, fn repo, _ ->

Loading…
Cancel
Save