Skip to content

Commit

Permalink
Merge pull request blockscout#1871 from poanetwork/fetching-contract-…
Browse files Browse the repository at this point in the history
…code

Transaction importer return created_contract_address_hash
  • Loading branch information
vbaranov authored May 1, 2019
2 parents fbf0782 + ae15eca commit 2e11ff5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ defmodule Explorer.Chain.Import.Runner.Transactions do
conflict_target: :hash,
on_conflict: on_conflict,
for: Transaction,
returning: ~w(block_number index hash internal_transactions_indexed_at block_hash nonce from_address_hash)a,
returning:
~w(block_number index hash internal_transactions_indexed_at block_hash nonce from_address_hash created_contract_address_hash)a,
timeout: timeout,
timestamps: timestamps
)
Expand Down

0 comments on commit 2e11ff5

Please sign in to comment.