add status in stream_transactions_with_unfetched_created_contract_codes

pull/9075/head
zjb0807 10 months ago
parent ce735c1294
commit d2683964f8
  1. 2
      apps/explorer/lib/explorer/chain.ex

@ -1988,7 +1988,7 @@ defmodule Explorer.Chain do
from(t in Transaction,
where:
not is_nil(t.block_hash) and not is_nil(t.created_contract_address_hash) and
is_nil(t.created_contract_code_indexed_at),
is_nil(t.created_contract_code_indexed_at) and t.status == ^1,
select: ^fields
)

Loading…
Cancel
Save