Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/komodo_coins/lib/src/config_transform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ class CoinFilter {
const CoinFilter();

static const _filteredCoins = {
// TODO: Remove when BCH is changed to UTXO protocol in the config
'BCH': 'Bitcoin Cash',
// Add coins to be filtered out here
};

static const _filteredProtocolSubTypes = {
Expand Down
Loading