Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Nov 13, 2024
1 parent d990aeb commit 4867d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ object TransactionQueries extends StrictLogging {
pagination: Pagination
): DBActionSR[TxByAddressQR] = {
sql"""
SELECT #${TxByAddressQR.selectFields}
SELECT DISTINCT #${TxByAddressQR.selectFields}
FROM transaction_per_addresses
WHERE main_chain = true AND address = $address
ORDER BY block_timestamp DESC, tx_order
Expand Down

0 comments on commit 4867d3a

Please sign in to comment.