Skip to content

Commit

Permalink
Update selectTransferTxsOfHashes
Browse files Browse the repository at this point in the history
  • Loading branch information
leej1012 committed Jul 12, 2023
1 parent 6c41018 commit 69eb01b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@
ORDER BY idx.desc_block_height, idx.tx_hash, idx.tx_index
LIMIT #{startIndex}, #{pageSize}
) idx ON idx.hash = d.tx_hash
WHERE (d.from_address = #{address}
OR d.to_address = #{address})
ORDER BY block_height DESC, tx_hash, tx_index
</select>

Expand Down

0 comments on commit 69eb01b

Please sign in to comment.