Skip to content

Commit

Permalink
Merge pull request #45 from aurora-is-near/exclude-rejected-txs
Browse files Browse the repository at this point in the history
Exclude rejected transactions from /api/v2/addresses/0x/transactions
  • Loading branch information
spilin authored Feb 13, 2024
2 parents d500934 + e973268 commit 1bc6a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/explorer/lib/explorer/chain/transaction.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,7 @@ defmodule Explorer.Chain.Transaction do
options
|> address_to_transactions_tasks_query(false, old_ui?)
|> not_dropped_or_replaced_transactions()
|> not_pending_transactions()
|> Chain.join_associations(necessity_by_association)
|> put_has_token_transfers_to_tx(old_ui?)
|> matching_address_queries_list(direction, address_hash)
Expand Down

0 comments on commit 1bc6a39

Please sign in to comment.