Skip to content

Commit

Permalink
Merge pull request #392 from tangem/feature/AND-5348_tx_history_for_b…
Browse files Browse the repository at this point in the history
…tc_like

AND-5348 Enable transaction history for BTC like blockchains
  • Loading branch information
Yoggam1 authored Dec 4, 2023
2 parents 60d88da + d4e8cb0 commit 5ac35ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ internal fun Blockchain.getTransactionHistoryProvider(
when (this) {
Blockchain.Bitcoin,
Blockchain.BitcoinTestnet,
Blockchain.Litecoin,
Blockchain.Dogecoin,
Blockchain.Dash,
-> {
BitcoinTransactionHistoryProvider(
blockchain = this,
Expand Down

0 comments on commit 5ac35ab

Please sign in to comment.