Updated on 2026-08-14
This commit is contained in:
parent
d0ef5c70cd
commit
948a63d6b6
19 changed files with 117 additions and 133 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue