Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-10 14:20:59 +04:00
parent d0ef5c70cd
commit 948a63d6b6
19 changed files with 117 additions and 133 deletions

View file

@ -42,7 +42,7 @@ object BlockchainUtils {
return blockchain == Blockchain.Bitcoin || blockchain == Blockchain.BitcoinTestnet
}
/** Checks if the current [blockchainId] uses a custom fee converter */
/** Checks if the current [networkId] uses a custom fee converter */
fun isUseBitcoinFeeConverter(networkId: String): Boolean {
val blockchain = networkId.toBlockchain()
return isBitcoin(networkId) || blockchain == Blockchain.Fact0rn