Skip to content

Commit

Permalink
Use blockchair for Litecoin syncing by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ant013 committed Nov 19, 2024
1 parent 3f85564 commit 459b20a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ extension BlockchainType {
}

switch self {
case .bitcoin, .bitcoinCash: return true
case .bitcoin, .bitcoinCash, .litecoin: return true
default: return false
}
}
Expand Down

0 comments on commit 459b20a

Please sign in to comment.