Skip to content

Commit

Permalink
Enable Blockchair sync mode for Litecoin
Browse files Browse the repository at this point in the history
  • Loading branch information
omurovch committed Nov 20, 2024
1 parent 59b769e commit 1a045c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BtcBlockchainManager(
val transactionSortModeUpdatedObservable: Observable<BlockchainType> =
transactionSortModeUpdatedSubject

private val blockchairSyncEnabledBlockchains = listOf(BlockchainType.Bitcoin, BlockchainType.BitcoinCash)
private val blockchairSyncEnabledBlockchains = listOf(BlockchainType.Bitcoin, BlockchainType.BitcoinCash, BlockchainType.Litecoin)

val blockchainTypes by lazy {
listOf(
Expand Down

0 comments on commit 1a045c8

Please sign in to comment.