Skip to content

Commit

Permalink
Merge commit 'refs/pull/3046/head' of https://github.com/BitBoxSwiss/…
Browse files Browse the repository at this point in the history
…bitbox-wallet-app into release-v4.46.0
  • Loading branch information
benma committed Nov 15, 2024
2 parents aa7d5d9 + 1d16700 commit 5847353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/exchanges/btcdirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func GetBtcDirectSupportedRegions() []string {
// IsBtcDirectSupported is true if coin.Code and region are supported by BtcDirect.
func IsBtcDirectSupported(coinCode coin.Code, region string) bool {
supportedCoins := []coin.Code{
coin.CodeBTC, coin.CodeTBTC, coin.CodeETH, coin.CodeSEPETH,
coin.CodeBTC, coin.CodeTBTC, coin.CodeLTC, coin.CodeTLTC, coin.CodeETH, coin.CodeSEPETH,
"eth-erc20-usdt", "eth-erc20-usdc", "eth-erc20-link"}

coinSupported := slices.Contains(supportedCoins, coinCode)
Expand Down

0 comments on commit 5847353

Please sign in to comment.