Skip to content

Commit

Permalink
AND-5195 Fixed tx history for BTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoggam1 committed Nov 7, 2023
1 parent ded4cd8 commit b49851a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal class BitcoinTransactionHistoryProvider(
address = address,
page = 1,
pageSize = 1, // We don't need to know all transactions to define state
filterType = filterType,
filterType = null,
)
}
if (!response.transactions.isNullOrEmpty()) {
Expand Down

0 comments on commit b49851a

Please sign in to comment.