Skip to content

Commit 5847353

Browse files
committed
Merge commit 'refs/pull/3046/head' of https://github.com/BitBoxSwiss/bitbox-wallet-app into release-v4.46.0
2 parents aa7d5d9 + 1d16700 commit 5847353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/exchanges/btcdirect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func GetBtcDirectSupportedRegions() []string {
3434
// IsBtcDirectSupported is true if coin.Code and region are supported by BtcDirect.
3535
func IsBtcDirectSupported(coinCode coin.Code, region string) bool {
3636
supportedCoins := []coin.Code{
37-
coin.CodeBTC, coin.CodeTBTC, coin.CodeETH, coin.CodeSEPETH,
37+
coin.CodeBTC, coin.CodeTBTC, coin.CodeLTC, coin.CodeTLTC, coin.CodeETH, coin.CodeSEPETH,
3838
"eth-erc20-usdt", "eth-erc20-usdc", "eth-erc20-link"}
3939

4040
coinSupported := slices.Contains(supportedCoins, coinCode)

0 commit comments

Comments
 (0)